mirror of
https://github.com/github/gitignore.git
synced 2026-09-01 04:37:09 +02:00
Create Vite.js gitignore
This commit is contained in:
parent
1a3a16e998
commit
f47a798019
37
Vitejs.gitignore
Normal file
37
Vitejs.gitignore
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user