Added grunt to project for SASS and CoffeeScript files
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,5 +1,12 @@
|
||||
# Composer dependencies
|
||||
vendor/
|
||||
|
||||
# NPM dependencies (building CSS and JS)
|
||||
node_modules/
|
||||
|
||||
# Compiled CSS and JS
|
||||
public/css/
|
||||
public/js/
|
||||
|
||||
# PHP CodeSniffer cache
|
||||
.phpcs-cache
|
||||
|
Reference in New Issue
Block a user