This commit is contained in:
Navaneeth Anand 2025-07-27 13:04:16 +00:00 committed by GitHub
commit cfd130ca59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

37
Vitejs.gitignore Normal file
View file

@ -0,0 +1,37 @@
# See https://git-scm.com/docs/gitignore for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/dist
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# local env files
.env*.local
.env
# vite cache
.vite
.cache
# editor directories and files
.vscode/
.idea/
# typescript
*.tsbuildinfo