mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
ignore anything in bin/ folder
This commit is contained in:
parent
854fd796ae
commit
4545076b0f
2 changed files with 5 additions and 8 deletions
8
.gitignore
vendored
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*
|
||||
|
|
Loading…
Reference in a new issue