Merge e5ab5f93e2 into 622c03138b
This commit is contained in:
commit
cfd130ca59
1 changed files with 37 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue