Files
mandalay/.gitignore
onnwee e20cdf1af1 init
bitch
2026-01-02 23:13:03 -06:00

61 lines
563 B
Plaintext

# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Go
*.test
*.out
/vendor/
# Python
.venv/
__pycache__/
*.py[cod]
*$py.class
# Environment
.env.local
.env.*.local
.env
.env.production
.env.development
# Logs and coverage
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
coverage/
# Node / Vite (frontend)
web/node_modules/
web/dist/
web/.vite/
web/.turbo/
web/.parcel-cache/
web/.eslintcache
web/.stylelintcache
web/.cache/
# Docker
postgres_data/
# Data
data/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db