.gitignore 777 B

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