10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
target/
|
|
*.class
|
|
.idea/
|
|
*.iml
|
|
.DS_Store
|
|
.vscode/
|
|
# Ignore compiled jars if not intentionally part of repo (usually yes)
|
|
*.jar
|
|
!src/**/lib/*.jar
|