Add vscode folder to gitignore
This commit is contained in:
parent
e63d696e49
commit
6fa3d727b0
1 changed files with 6 additions and 5 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,8 +1,9 @@
|
|||
# do not track installed modules
|
||||
/node_modules
|
||||
node_modules/
|
||||
|
||||
# do not track built files
|
||||
/.next
|
||||
.vscode/
|
||||
.next/
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
|
@ -13,6 +14,6 @@ yarn-error.log*
|
|||
.pnpm-debug.log*
|
||||
|
||||
# production
|
||||
/build
|
||||
/data
|
||||
/confs
|
||||
build/
|
||||
data/
|
||||
confs/
|
||||
|
|
Reference in a new issue