19 lines
181 B
Plaintext
19 lines
181 B
Plaintext
# Maven build output
|
|
target/
|
|
|
|
# IDE
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
*.class
|
|
|
|
# Large media files (upload to file server separately)
|
|
*.mp4
|
|
*.avi
|
|
*.mov
|
|
*.wmv
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|