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.

39 lines
636 B

  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/backupwordpress-*
  12. /wp-content/backup*
  13. /wp-content/cache
  14. /wp-content/logs
  15. /wp-content/updraft
  16. /wp-content/wp-cache-config.php
  17. /wp-content/webp-express
  18. /wp-content/wp-rocket-config
  19. # Letsencrypt dir ignore
  20. /.well-known
  21. # duplicator plugin wp-snapshots ignore
  22. /wp-snapshots
  23. /dup*.txt
  24. # webmasters confirmation files
  25. /yandex*.html
  26. /google*.html
  27. # IDE ignores
  28. /.idea
  29. # composer root vendor dir ignore
  30. /vendor
  31. # Custom ignores