diff options
author | Felix A. Epp <work@felixepp.de> | 2016-10-25 16:52:54 +0200 |
---|---|---|
committer | Felix A. Epp <work@felixepp.de> | 2016-10-25 16:52:54 +0200 |
commit | 711bc4f3d6d803d6c453ccf8c268aa13fce0af1d (patch) | |
tree | 3a12113b3424b93d837e50d73685c3f60e72848c /.gitignore | |
parent | e8adf53f7704c2805b0637eaf571d8cc59054c3e (diff) | |
download | nextcloud-server-711bc4f3d6d803d6c453ccf8c268aa13fce0af1d.tar.gz nextcloud-server-711bc4f3d6d803d6c453ccf8c268aa13fce0af1d.zip |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 56095af8308..c3f97ff504d 100644 --- a/.gitignore +++ b/.gitignore @@ -71,7 +71,7 @@ RCS/* .project .settings -# netbeans +# netbeans nbproject # phpStorm @@ -90,7 +90,7 @@ nbproject # ack(-grep) .ackrc - + # Mac OS .DS_Store @@ -105,6 +105,7 @@ nbproject /build/node_modules/ # nodejs +/build/bin /build/lib/ /build/jsdocs/ /npm-debug.log |