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.

31 lines
502 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/uploads
  10. /wp-content/aiowps_backups
  11. /wp-content/backup*
  12. /wp-content/cache
  13. /wp-content/upgrade
  14. /wp-content/wp-cache-config.php
  15. /wp-content/backupwordpress-*
  16. # duplicator plugin wp-snapshots ignore
  17. /wp-snapshots
  18. # webmasters confirmation files
  19. /yandex*.html
  20. /google*.html
  21. # IDE ignores
  22. /.idea
  23. # Bash script helpers in root dir
  24. /*.sh
  25. # Custom ignores