Files
ihk-projekt/.gitignore
2025-12-10 20:20:39 +01:00

41 lines
389 B
Plaintext

# Dependencies
node_modules/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Build outputs
dist/
build/
out/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
logs
*.log
# IDEs
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Test coverage
coverage/
# NestJS specific
*.tsbuildinfo
# SvelteKit specific
.svelte-kit/