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:
parent
854fd796ae
commit
4545076b0f
8
.gitignore
vendored
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*
|
||||||
|
Loading…
Reference in New Issue
Block a user