git ignore

This commit is contained in:
2026-06-17 12:04:02 -03:00
parent 61709d3435
commit fd39a50d5b
+31
View File
@@ -0,0 +1,31 @@
# Dependencies
node_modules/
# Environment (secrets)
.env
.env.local
.env.*.local
# Build output
dist/
*.tsbuildinfo
# Runtime logs from bulk updates
run-log-*.json
errors-*.json
# OS
.DS_Store
Thumbs.db
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor / IDE
.idea/
.vscode/
*.swp
*.swo