chore: add root gitignore and clean build artifacts

This commit is contained in:
PascalSchattenburg
2026-01-22 16:55:28 +01:00
parent 22b34b387b
commit 8c67bcbb7a
339 changed files with 74 additions and 212076 deletions

31
apps/public-web/.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Next.js
.next/
out/
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Env
.env
.env.local
.env.development.local
.env.production.local
# IDE
.idea/
.vscode/
# OS
.DS_Store
# Turbo / Next cache
.turbo/
# IntelliJ / IDE
.idea/
# Local data
data/