.gitignore 504 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #OS files
  2. .directory
  3. .DS_Store
  4. .DS_Store?
  5. ._*
  6. .Trashes
  7. ehthumbs.db
  8. Thumbs.db
  9. *.swp
  10. #IDE files
  11. .kateproject.d/
  12. .kateproject
  13. .project
  14. .settings
  15. .externalToolBuilders
  16. #Local server and deploy tools
  17. deploy
  18. server_*
  19. .php_pid
  20. #SQL custom data
  21. sql/DES/
  22. sql/PRE/
  23. sql/DBG/
  24. #Passwords file
  25. .htpasswd*
  26. application/config/auth.php_*
  27. #Content images
  28. public/img/content/*.png
  29. public/img/content/*.svg
  30. public/img/content/*/*.png
  31. public/img/content/*/*.svg
  32. public/img/content/*/*/*.png
  33. public/img/content/*/*/*.svg