123456789101112131415161718192021222324252627282930313233 |
- # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
- # dependencies
- /node_modules
- /.pnp
- .pnp.js
- .vite
- # testing
- /coverage
- # production
- dist
- cache
- dist-ssr
- # misc
- .DS_Store
- *.local
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- .pnpm-debug.log*
- .eslintcache
- # IDE
- .idea
- .env*
- !.env.template
- vite.config.ts.timestamp*
|