.gitignore 806 B

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