Skip to content

Commit

Permalink
Merge pull request #1910 from nextcloud/ignore-build-bin
Browse files Browse the repository at this point in the history
Add build/bin to gitignore
  • Loading branch information
LukasReschke authored Oct 25, 2016
2 parents 08268bc + 711bc4f commit 35c7ece
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RCS/*
.project
.settings

# netbeans
# netbeans
nbproject

# phpStorm
Expand All @@ -90,7 +90,7 @@ nbproject

# ack(-grep)
.ackrc

# Mac OS
.DS_Store

Expand All @@ -105,6 +105,7 @@ nbproject
/build/node_modules/

# nodejs
/build/bin
/build/lib/
/build/jsdocs/
/npm-debug.log
Expand Down

0 comments on commit 35c7ece

Please sign in to comment.