feat: Add .gitignore to exclude dependencies, environment files, and IDE settings

This commit is contained in:
2026-05-10 22:02:32 +02:00
parent 5f7dd2e281
commit fbe0d20dc5
+28
View File
@@ -0,0 +1,28 @@
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# K6 test artifacts
results/
*.json
summary.json
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Temp files
.tmp/
tmp/
*.log