.gitignore 733 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. node_modules
  2. npm-debug.log
  3. # The WordPress output directory.
  4. build
  5. phpunit.xml
  6. tests/phpunit/data/plugins/wordpress-importer
  7. .travis.yml
  8. app/uploads/
  9. app/blogs.dir/
  10. app/backups/
  11. app/backup-db/
  12. app/upgrade/
  13. app/advanced-cache.php
  14. app/wp-cache-config.php
  15. app/cache/
  16. wp/wp-content/uploads/
  17. wp/wp-content/blogs.dir/
  18. wp/wp-content/backups/
  19. wp/wp-content/backup-db/
  20. wp/wp-content/upgrade/
  21. wp/wp-content/advanced-cache.php
  22. wp/wp-content/wp-cache-config.php
  23. wp/wp-content/cache/
  24. wp/.htaccess
  25. wp-config.php
  26. wp-local-config.php
  27. db-sync
  28. lib-cov
  29. sitemap.xml
  30. sitemap.xml.gz
  31. *.log
  32. *.csv
  33. *.sql
  34. sql-dump-*.sql
  35. *.tmproj
  36. *.tmproject
  37. tmtags
  38. *.gz
  39. *.jar
  40. *.rar
  41. *.tar
  42. *.zip
  43. .DS_Store
  44. .DS_Store?
  45. ._*
  46. .Spotlight-V100
  47. .Trashes
  48. ehthumbs.db
  49. Thumbs.db