.gitignore 376 B

1234567891011121314151617181920212223242526272829303132333435
  1. node_modules
  2. .history
  3. .DS_Store
  4. dist
  5. .npmrc
  6. .cache
  7. .zip
  8. tests/server/static
  9. tests/server/static/upload
  10. #.env.*
  11. .local
  12. # local env files
  13. .env.local
  14. .env.*.local
  15. .eslintcache
  16. # Log files
  17. npm-debug.log*
  18. yarn-debug.log*
  19. yarn-error.log*
  20. pnpm-debug.log*
  21. # Editor directories and files
  22. .idea
  23. # .vscode
  24. *.suo
  25. *.ntvs*
  26. *.njsproj
  27. *.sln
  28. *.sw?
  29. yarn.lock
  30. .vscode
  31. public/static/grant.js