mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
added hint about excluding files from being ignored from docker
This commit is contained in:
parent
8cfd437b7e
commit
a1c396ea27
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
# consider them hidden
|
# consider them hidden
|
||||||
.*
|
.*
|
||||||
|
# you can add exceptions like in .gitignore to maintain a whitelist:
|
||||||
|
# e.g.
|
||||||
|
#!.babelrc
|
||||||
|
|
||||||
# not going to run tests inside the docker container
|
# not going to run tests inside the docker container
|
||||||
test/
|
test/
|
||||||
|
|
Loading…
Reference in a new issue