You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 316B

1234567891011121314151617181920212223242526
  1. # Code::TidyAll
  2. /.tidyall.d/
  3. .idea
  4. # Logs and databases #
  5. ######################
  6. *.log
  7. *.sqlite3-*
  8. # Compiled source #
  9. ###################
  10. *.com
  11. *.class
  12. *.dll
  13. *.pyc
  14. *.o
  15. *.so
  16. luacov.stats.out
  17. # OS generated files #
  18. ######################
  19. *.orig
  20. .DS_Store
  21. .DS_Store?
  22. ._*
  23. .Spotlight-V100
  24. .Trashes
  25. ehthumbs.db
  26. Thumbs.db