Update gitignore
Some checks failed
Run Tests on Code / test (push) Failing after 20s

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

30
.gitignore vendored
View file

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