42 lines
428 B
Plaintext
42 lines
428 B
Plaintext
# Maven target directories
|
|
target/
|
|
*/target/
|
|
|
|
# IDE files
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Compiled class files
|
|
*.class
|
|
|
|
# Package files
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# Spring Boot
|
|
*.pid
|
|
|
|
# Application properties with sensitive data
|
|
application-local.properties
|
|
application-dev.properties |