Update .gitignore and remove cached build artifacts

This commit is contained in:
2025-09-12 17:30:21 +02:00
parent 7ad8d609f6
commit f50ead55cb
146 changed files with 215 additions and 25799 deletions

33
.gitignore vendored
View File

@@ -1 +1,32 @@
node_modules
# Dependencies
/node_modules
# Next.js build output
/.next/
/out/
# Vercel
.vercel
# Turbo
.turbo
# Local environment variables
.env*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.vscode
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp
# System files
.DS_Store