Update gitignore

This commit is contained in:
Neshura 2024-01-01 05:56:51 +01:00
parent 60710322b8
commit bd0b102d02
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

30
.gitignore vendored
View file

@ -1,20 +1,10 @@
# do not track installed modules
/node_modules/
/.vscode/
# do not track built files
/.next/
*.tsbuildinfo
next-env.d.ts
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# production
/build/
/data/
/confs/
/private/
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*