31 lines
249 B
Plaintext
31 lines
249 B
Plaintext
# Build output
|
|
target/
|
|
out/
|
|
build/
|
|
*.class
|
|
*.jar
|
|
dependency-reduced-pom.xml
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
.vscode/
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local config / secrets
|
|
config.json.local
|
|
*.env
|
|
.env
|