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.

44 lines
729 B

9 months ago
  1. # Unnecessary files ignore
  2. *.sql
  3. *.gz
  4. *.log
  5. *.old
  6. # wp config ignore
  7. /wp-config.php
  8. # wp-content uploads, backups and additional ignores
  9. /wp-content/advanced-cache.php
  10. /wp-content/aiowps_backups
  11. /wp-content/backup-dup-lite
  12. /wp-content/backupwordpress-*
  13. /wp-content/backup*
  14. /wp-content/cache
  15. /wp-content/logs
  16. /wp-content/updraft
  17. /wp-content/wp-cache-config.php
  18. /wp-content/webp-express
  19. /wp-content/wp-rocket-config
  20. # Letsencrypt dir ignore
  21. /.well-known
  22. # duplicator plugin wp-snapshots ignore
  23. /wp-snapshots
  24. /dup*.txt
  25. # webmasters confirmation files
  26. /yandex*.html
  27. /google*.html
  28. # IDE ignores
  29. /.idea
  30. # composer root vendor dir ignore
  31. /vendor
  32. # Apache htaccess ignore for resolve test/prod envs
  33. /.htaccess
  34. # Custom ignores