Changed .gitignore

This commit is contained in:
Neshura 2022-12-17 21:29:39 +01:00
parent a4cbb3d816
commit fd298c90d1
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

12
.gitignore vendored
View file

@ -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/