29 lines
199 B
Plaintext
29 lines
199 B
Plaintext
# Maven
|
|
target/
|
|
*.class
|
|
|
|
# IntelliJ IDEA
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Eclipse
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|