1
0
www.mikescher.com/framework/cli/views/webapp/hg-hgignore

8 lines
162 B
Plaintext

syntax: glob
syntax: regexp
# ignore all except .hgkeep
^assets/(?!.*\.hgkeep$).+
^protected/runtime/(?!.*\.hgkeep$).+
^protected/tests/report/(?!.*\.hgkeep$).+