Update gitignore

This commit is contained in:
Alois 2026-07-02 22:58:58 +02:00
commit 8bc3215ab8

16
.gitignore vendored
View file

@ -1,33 +1,19 @@
# dependencies (bun install)
node_modules
# output
out
*.tgz
# code coverage
coverage
*.lcov
# logs
logs
_.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# caches
.eslintcache
.cache
*.tsbuildinfo
# IntelliJ based IDEs
.idea
# Finder (MacOS) folder config
.DS_Store
target/