created .gitignore

This commit is contained in:
Kevin Menn
2026-04-16 02:38:13 +02:00
parent 785cc2cfc5
commit 5202ff47db
+45
View File
@@ -0,0 +1,45 @@
# Dependencies
node_modules/
.pnp
.pnp.js
# Build
dist/
.output/
.nuxt/
.next/
build/
*.tsbuildinfo
# Environment
.env
.env.*
!.env.example
!.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Test
coverage/
.nyc_output/
# Temporary
*.tmp
*.temp
.cache/