.gitignore 174 B

123456789101112131415161718
  1. .DS_Store
  2. phpcs.xml
  3. phpunit.xml
  4. Thumbs.db
  5. wp-cli.local.yml
  6. *.sql
  7. *.tar.gz
  8. *.zip
  9. .npm
  10. *.log
  11. npm-debug.log*
  12. .eslintcache
  13. .node_repl_history
  14. .idea/
  15. build/Release
  16. node_modules/