This commit is contained in:
parent
cc24b6d884
commit
43590bec4b
|
|
@ -0,0 +1,42 @@
|
||||||
|
# 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
|
||||||
Loading…
Reference in New Issue