diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-10-25 19:37:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-25 19:37:39 +0200 |
commit | 35c7ecef6a1e9946bc32a31a3cfadffc0178ae7d (patch) | |
tree | 4ab092e8e55f1a4a1c846650abdd833288a1718f | |
parent | 08268bca397cbea9c61a5a98b13d381949e21bdd (diff) | |
parent | 711bc4f3d6d803d6c453ccf8c268aa13fce0af1d (diff) | |
download | nextcloud-server-35c7ecef6a1e9946bc32a31a3cfadffc0178ae7d.tar.gz nextcloud-server-35c7ecef6a1e9946bc32a31a3cfadffc0178ae7d.zip |
Merge pull request #1910 from nextcloud/ignore-build-bin
Add build/bin 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 |