hg-hgignore 162 B

1234567
  1. syntax: glob
  2. syntax: regexp
  3. # ignore all except .hgkeep
  4. ^assets/(?!.*\.hgkeep$).+
  5. ^protected/runtime/(?!.*\.hgkeep$).+
  6. ^protected/tests/report/(?!.*\.hgkeep$).+