18 lines
158 B
Plaintext
18 lines
158 B
Plaintext
# Maven build output
|
|
target/
|
|
|
|
# Generated log files
|
|
*.log
|
|
|
|
# IDE files
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
*.classpath
|
|
*.project
|
|
.settings/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|