managarten/services/mana-core-auth/.gitignore
Wuesteon ff80aeec1f refactor: restructure
monorepo with apps/ and services/
  directories
2025-11-26 03:03:24 +01:00

47 lines
379 B
Text

# Dependencies
node_modules/
.pnpm-store/
# Environment
.env
.env.local
.env.production
# Build output
dist/
build/
# Logs
logs/
*.log
npm-debug.log*
pnpm-debug.log*
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Keys (NEVER commit these!)
*.pem
private.key
public.key
# Testing
coverage/
.nyc_output/
# Database
*.db
*.sqlite
# Misc
.cache/
tmp/
temp/