Exclude node_modules
and bower_components
This is equivalent to excluding `vendor/assets` in a Rails project. JS Dependency trees (especially npm packages) can be extremely noisy.
This commit is contained in:
parent
ed6f00931a
commit
1fcbe111c6
1 changed files with 2 additions and 0 deletions
2
agignore
2
agignore
|
@ -3,3 +3,5 @@ tags
|
|||
tmp
|
||||
vendor
|
||||
.git/
|
||||
bower_components/
|
||||
node_modules/
|
||||
|
|
Loading…
Add table
Reference in a new issue