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
|
# do not track installed modules
|
||||||
node_modules/
|
/node_modules/
|
||||||
.vscode/
|
/.vscode/
|
||||||
|
|
||||||
# do not track built files
|
# do not track built files
|
||||||
.next/
|
/.next/
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
next-env.d.ts
|
next-env.d.ts
|
||||||
|
|
||||||
|
@ -14,6 +14,6 @@ yarn-error.log*
|
||||||
.pnpm-debug.log*
|
.pnpm-debug.log*
|
||||||
|
|
||||||
# production
|
# production
|
||||||
build/
|
/build/
|
||||||
data/
|
/data/
|
||||||
confs/
|
/confs/
|
Loading…
Reference in a new issue