.gitignore 431 B

123456789101112131415161718192021222324252627282930
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. # Coverage directory used by tools like istanbul
  8. coverage
  9. # Compiled binary addons (https://nodejs.org/api/addons.html)
  10. build/Release
  11. # Dependency directories
  12. node_modules/
  13. # Optional npm cache directory
  14. .npm
  15. # Optional eslint cache
  16. .eslintcache
  17. # Output of `npm pack`
  18. *.tgz
  19. # Output of `wp-scripts plugin-zip`
  20. *.zip
  21. # dotenv environment variables file
  22. .env