Updated git ignore to include node_modules directory (getting ready for setting up Grunt)
This commit is contained in:
parent
12db9af2ce
commit
5c425fbdd4
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,3 +3,6 @@ index.html
|
||||
|
||||
# ignore the compiled files
|
||||
build/
|
||||
|
||||
# ignore node_module directory
|
||||
node_modules/
|
||||
|
Loading…
Reference in New Issue
Block a user