mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #1910 from nextcloud/ignore-build-bin
Add build/bin to gitignore
This commit is contained in:
commit
35c7ecef6a
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue