.gitignore 826 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. app/themes/--force/
  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