.gitignore 816 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. vendor/*
  12. app/uploads/
  13. app/blogs.dir/
  14. app/backups/
  15. app/backup-db/
  16. app/upgrade/
  17. app/advanced-cache.php
  18. app/wp-cache-config.php
  19. app/cache/
  20. app/media/
  21. wp/wp-content/uploads/
  22. wp/wp-content/blogs.dir/
  23. wp/wp-content/backups/
  24. wp/wp-content/backup-db/
  25. wp/wp-content/upgrade/
  26. wp/wp-content/advanced-cache.php
  27. wp/wp-content/wp-cache-config.php
  28. wp/wp-content/cache/
  29. wp/.htaccess
  30. wp-config.php
  31. wp-tests-config.php
  32. wp-remote-config.php
  33. wp-local-config.php
  34. wp-migrate_db.php
  35. db-sync
  36. lib-cov
  37. sitemap.xml
  38. sitemap.xml.gz
  39. *.log
  40. *.csv
  41. *.sql
  42. sql-dump-*.sql
  43. *.tmproj
  44. *.tmproject
  45. tmtags
  46. *.gz
  47. *.jar
  48. *.rar
  49. *.tar
  50. *.zip
  51. .DS_Store
  52. .DS_Store?
  53. ._*
  54. .Spotlight-V100
  55. .Trashes
  56. ehthumbs.db
  57. Thumbs.db