.gitignore 890 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .env
  2. lib-cov
  3. sitemap.xml
  4. sitemap.xml.gz
  5. *.log
  6. *.csv
  7. *.sql
  8. sql-dump-*.sql
  9. *.tmproj
  10. *.tmproject
  11. tmtags
  12. *.gz
  13. *.jar
  14. *.rar
  15. *.tar
  16. *.zip
  17. .DS_Store
  18. .DS_Store?
  19. ._*
  20. Thumbs.db
  21. wp-config.php
  22. wp-tests-config.php
  23. bin/
  24. src
  25. build
  26. tests/*
  27. tools/*
  28. phpunit.xml
  29. tests/phpunit/build
  30. tests/phpunit/data/plugins/wordpress-importer
  31. tests/phpunit/data/.trac-ticket-cache*
  32. vendor/*
  33. composer.phar
  34. node_modules
  35. npm-debug.log
  36. wp-config.php
  37. wp-tests-config.php
  38. wp-remote-config.php
  39. wp-local-config.php
  40. wp-migrate_db.php
  41. db-sync
  42. app/themes/
  43. app/uploads/
  44. app/blogs.dir/
  45. app/backups/
  46. app/backup-db/
  47. app/upgrade/
  48. app/advanced-cache.php
  49. app/wp-cache-config.php
  50. app/cache/
  51. app/media/
  52. wp/wp-content/uploads/
  53. wp/wp-content/blogs.dir/
  54. wp/wp-content/backups/
  55. wp/wp-content/backup-db/
  56. wp/wp-content/upgrade/
  57. wp/wp-content/advanced-cache.php
  58. wp/wp-content/wp-cache-config.php
  59. wp/wp-content/cache/
  60. wp/wp-content/sunrise.php