.gitignore 830 B

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