website/.gitignore
2025-09-29 08:24:59 +00:00

49 lines
362 B
Plaintext

# Dependencies
node_modules/
.pnpm-store/
.bun/
# Builds
build/
dist/
.next/
.out/
.vercel/
.cache/
.tmp/
.temp/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
*.log
# Env
.env
.env.*
*.local
# Coverage
coverage/
# Editors/IDE
.idea/
.vscode/
# OS
.DS_Store
Thumbs.db
# Python
__pycache__/
.venv/
venv/
# Misc
*.swp
*.swo
*.orig