1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15: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 node_modules
package.json
npm-debug.log npm-debug.log
sinopia-*.tgz sinopia-*.tgz
.DS_Store .DS_Store
### ###
bin/storage* bin/**
bin/htpasswd !bin/sinopia
bin/*.yaml
test-storage* test-storage*
example

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