0
Fork 0
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:
Christian Bewernitz 2017-06-24 12:03:44 +02:00
parent 8cfd437b7e
commit a1c396ea27

View file

@ -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/