.gitignore 168 B

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