Update .ignore files
This commit is contained in:
parent
97e4909ffe
commit
b1ff802b3f
4 changed files with 11 additions and 4 deletions
|
@ -1 +1,4 @@
|
|||
.vercel/
|
||||
/dist/
|
||||
node_modules/
|
||||
script/
|
||||
|
|
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -5,8 +5,8 @@
|
|||
node_modules/
|
||||
|
||||
# Editors/IDEs
|
||||
/.idea/
|
||||
/.vscode/
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Backend
|
||||
/.vercel/
|
||||
.vercel/
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
.vercel/
|
||||
/dist/
|
||||
/.vercel/
|
||||
node_modules/
|
||||
script/
|
||||
|
||||
pnpm-lock.yaml
|
||||
src/i18n/translations/*.json
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
/assets/
|
||||
/script/
|
||||
|
|
Reference in a new issue