104 lines
1.4 KiB
Plaintext
104 lines
1.4 KiB
Plaintext
# ====================
|
|
# Maven
|
|
# ====================
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
release.properties
|
|
.flattened-pom.xml
|
|
dependency-reduced-pom.xml
|
|
|
|
# ====================
|
|
# IDE - Eclipse
|
|
# ====================
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
bin/
|
|
|
|
# ====================
|
|
# IDE - IntelliJ IDEA
|
|
# ====================
|
|
.idea/
|
|
*.ipr
|
|
*.iml
|
|
*.iws
|
|
out/
|
|
|
|
# ====================
|
|
# IDE - NetBeans
|
|
# ====================
|
|
nb-configuration.xml
|
|
|
|
# ====================
|
|
# IDE - Visual Studio Code
|
|
# ====================
|
|
.vscode/
|
|
.factorypath
|
|
|
|
# ====================
|
|
# OS - macOS
|
|
# ====================
|
|
.DS_Store
|
|
._*
|
|
|
|
# ====================
|
|
# OS - Windows
|
|
# ====================
|
|
Thumbs.db
|
|
Desktop.ini
|
|
ehthumbs.db
|
|
|
|
# ====================
|
|
# Vim / Editors
|
|
# ====================
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# ====================
|
|
# Patch files
|
|
# ====================
|
|
*.orig
|
|
*.rej
|
|
|
|
# ====================
|
|
# Environment & Secrets
|
|
# ====================
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
application-local.properties
|
|
*-secrets.yaml
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
*.jks
|
|
|
|
# ====================
|
|
# Quarkus
|
|
# ====================
|
|
/.quarkus/cli/plugins/
|
|
.certs/
|
|
|
|
# ====================
|
|
# Logs
|
|
# ====================
|
|
*.log
|
|
logs/
|
|
hs_err_pid*.log
|
|
replay_pid*.log
|
|
backend_log.txt
|
|
|
|
# ====================
|
|
# Test output
|
|
# ====================
|
|
test-output/
|
|
surefire-reports/
|
|
|
|
# ====================
|
|
# Docker (local)
|
|
# ====================
|
|
docker-compose.override.yml
|