.gitignore 183 B

123456789101112
  1. # Ignore data/ and tmp/
  2. data/
  3. tmp/
  4. # Ignore for safety
  5. .htaccess
  6. .htpasswd
  7. # Ignore unit testing logs, api docs and eclipse project files
  8. tst/log/
  9. doc/
  10. .settings/
  11. .buildpath
  12. .project