.gitignore 845 B

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