14 lines
171 B
Plaintext
14 lines
171 B
Plaintext
# Ignore compiled class files
|
|
*.class
|
|
|
|
# Ignore Maven target directory
|
|
target/
|
|
out/
|
|
|
|
# Ignore IntelliJ IDEA project files
|
|
.idea/
|
|
*.iml
|
|
|
|
# Ignore Mac OS metadata
|
|
.DS_Store
|