.gitignore 736 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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-local-config.php
  30. db-sync
  31. lib-cov
  32. sitemap.xml
  33. sitemap.xml.gz
  34. *.log
  35. *.csv
  36. *.sql
  37. sql-dump-*.sql
  38. *.tmproj
  39. *.tmproject
  40. tmtags
  41. *.gz
  42. *.jar
  43. *.rar
  44. *.tar
  45. *.zip
  46. .DS_Store
  47. .DS_Store?
  48. ._*
  49. .Spotlight-V100
  50. .Trashes
  51. ehthumbs.db
  52. Thumbs.db