By writing to assets-manifest.json with grunt-filerev-assets, it's no longer necessary to commit changes to lib/scripts.php when developing
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
# Include your project-specific ignores in this file
|
|
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
|
|
node_modules
|
|
assets/vendor/*
|
|
assets/css/main.css.map
|
|
assets/css/*main*.css
|
|
assets/js/*scripts*.js
|
|
assets/js/vendor/modernizr.min.js
|
|
assets-manifest.json
|