.gitignore 903 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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/plugins/
  44. app/uploads/
  45. app/blogs.dir/
  46. app/backups/
  47. app/backup-db/
  48. app/upgrade/
  49. app/advanced-cache.php
  50. app/wp-cache-config.php
  51. app/cache/
  52. app/media/
  53. wp/wp-content/uploads/
  54. wp/wp-content/blogs.dir/
  55. wp/wp-content/backups/
  56. wp/wp-content/backup-db/
  57. wp/wp-content/upgrade/
  58. wp/wp-content/advanced-cache.php
  59. wp/wp-content/wp-cache-config.php
  60. wp/wp-content/cache/
  61. wp/wp-content/sunrise.php