.gitignore 436 B

12345678910111213141516171819202122232425262728293031323334
  1. # Dependencies
  2. /node_modules
  3. # Production
  4. /build
  5. # Generated files
  6. .docusaurus
  7. .cache-loader
  8. .vercel
  9. /static/img/*.svg
  10. /static/img/*.png
  11. vercel.json
  12. # use npm and package-lock.json
  13. yarn.lock
  14. # Misc
  15. .DS_Store
  16. .env
  17. .env.local
  18. .env.development.local
  19. .env.test.local
  20. .env.production.local
  21. npm-debug.log*
  22. yarn-debug.log*
  23. yarn-error.log*
  24. # Documentation build artifacts
  25. /html/
  26. /src/tests.ok
  27. /src/cli/usage.md
  28. /src/.gitbook/assets/*.svg