Add build/bin to gitignore
When phantomjs and karma are not installed globally, they are installed into this folder. Signed-off-by: Felix A. Epp <work@felixepp.de>
This commit is contained in:
parent
e8adf53f77
commit
711bc4f3d6
|
@ -71,7 +71,7 @@ RCS/*
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
|
|
||||||
# netbeans
|
# netbeans
|
||||||
nbproject
|
nbproject
|
||||||
|
|
||||||
# phpStorm
|
# phpStorm
|
||||||
|
@ -90,7 +90,7 @@ nbproject
|
||||||
|
|
||||||
# ack(-grep)
|
# ack(-grep)
|
||||||
.ackrc
|
.ackrc
|
||||||
|
|
||||||
# Mac OS
|
# Mac OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
@ -105,6 +105,7 @@ nbproject
|
||||||
/build/node_modules/
|
/build/node_modules/
|
||||||
|
|
||||||
# nodejs
|
# nodejs
|
||||||
|
/build/bin
|
||||||
/build/lib/
|
/build/lib/
|
||||||
/build/jsdocs/
|
/build/jsdocs/
|
||||||
/npm-debug.log
|
/npm-debug.log
|
||||||
|
|
Loading…
Reference in New Issue