.gitignore 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .env
  2. lib-cov
  3. sitemap.xml
  4. sitemap.xml.gz
  5. *.log
  6. *.csv
  7. *.sql
  8. sql-dump-*.sql
  9. *.tmproj
  10. *.tmproject
  11. tmtags
  12. _access.log
  13. _error.log
  14. _php_error.log
  15. *.gz
  16. *.jar
  17. *.rar
  18. *.tar
  19. *.zip
  20. .DS_Store
  21. .DS_Store?
  22. ._*
  23. Thumbs.db
  24. favicon.ico
  25. wp.macs-key.pem
  26. wp.macs.pem
  27. wp-config.php
  28. wp-tests-config.php
  29. bin/
  30. src
  31. build
  32. tools/*
  33. phpunit.xml
  34. tests/phpunit/data/*
  35. tests/phpunit/build
  36. tests/phpunit/data/plugins/wordpress-importer
  37. tests/phpunit/data/.trac-ticket-cache*
  38. vendor/*
  39. composer.phar
  40. node_modules
  41. npm-debug.log
  42. wp-config.php
  43. wp-tests-config.php
  44. wp-remote-config.php
  45. wp-local-config.php
  46. wp-migrate_db.php
  47. db-sync
  48. app/themes/*
  49. app/plugins/*
  50. !app/themes/dwp/
  51. !app/themes/_s/
  52. !app/plugins/dw-guten/
  53. !app/plugins/guten-dev/
  54. app/uploads/
  55. app/blogs.dir/
  56. app/backups/
  57. app/backup-db/
  58. app/upgrade/
  59. app/advanced-cache.php
  60. app/wp-cache-config.php
  61. app/cache/
  62. app/media/
  63. wp/wp-content/uploads/
  64. wp/wp-content/blogs.dir/
  65. wp/wp-content/backups/
  66. wp/wp-content/backup-db/
  67. wp/wp-content/upgrade/
  68. wp/wp-content/advanced-cache.php
  69. wp/wp-content/wp-cache-config.php
  70. wp/wp-content/cache/
  71. wp/wp-content/sunrise.php