Changed .gitignore
This commit is contained in:
parent
a4cbb3d816
commit
fd298c90d1
1 changed files with 6 additions and 6 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,9 +1,9 @@
|
|||
# do not track installed modules
|
||||
node_modules/
|
||||
.vscode/
|
||||
/node_modules/
|
||||
/.vscode/
|
||||
|
||||
# do not track built files
|
||||
.next/
|
||||
/.next/
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
|
@ -14,6 +14,6 @@ yarn-error.log*
|
|||
.pnpm-debug.log*
|
||||
|
||||
# production
|
||||
build/
|
||||
data/
|
||||
confs/
|
||||
/build/
|
||||
/data/
|
||||
/confs/
|
Loading…
Reference in a new issue