Merge pull request #1910 from nextcloud/ignore-build-bin

Add build/bin to gitignore
This commit is contained in:
Lukas Reschke 2016-10-25 19:37:39 +02:00 committed by GitHub
commit 35c7ecef6a
1 changed files with 3 additions and 2 deletions

5
.gitignore vendored
View File

@ -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