meldestelle/.gitignore
Stefan Mogeritsch d980c94b26 fix docker-compose.* + .env*
- postgres
- redis
- keycloak
- pgadmin
- consul
- api-gateway
- ping-service
2025-12-04 18:13:54 +01:00

43 lines
391 B
Plaintext

# General build artifacts
build/
out/
.gradle/
**/build/
# Enviroments
#.env
# Kotlin
.kotlin/
# IDE
.idea/
*.iml
# Node
node_modules/
**/node_modules/
# OS files
.DS_Store
Thumbs.db
# Logs
logs/
**/*.log
# Kotlin/Java
*.class
# Generated diagrams
build/diagrams/
# Local runtime secrets/overrides
config/env/.env.local
# Python virtual environment
.venv/
venv/
*.pyc
__pycache__/