.gitignore 870 B

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