Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix A. Epp <work@felixepp.de>2016-10-25 17:52:54 +0300
committerFelix A. Epp <work@felixepp.de>2016-10-25 17:52:54 +0300
commit711bc4f3d6d803d6c453ccf8c268aa13fce0af1d (patch)
tree3a12113b3424b93d837e50d73685c3f60e72848c /.gitignore
parente8adf53f7704c2805b0637eaf571d8cc59054c3e (diff)
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--.gitignore5
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