1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

ignore anything in bin/ folder

This commit is contained in:
Alex Kocharin 2014-07-26 21:27:32 +04:00
parent 854fd796ae
commit 4545076b0f
2 changed files with 5 additions and 8 deletions

8
.gitignore vendored

@ -1,12 +1,10 @@
node_modules
package.json
npm-debug.log
sinopia-*.tgz
.DS_Store
###
bin/storage*
bin/htpasswd
bin/*.yaml
bin/**
!bin/sinopia
test-storage*
example

@ -4,9 +4,8 @@ npm-debug.log
sinopia-*.tgz
###
bin/storage*
bin/htpasswd
bin/*.yaml
bin/**
!bin/sinopia
test-storage*
/.eslint*