.gitignore 726 B

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