20 lines
141 B
Plaintext
20 lines
141 B
Plaintext
# Ant build
|
|
ant/
|
|
|
|
# Gradle build
|
|
build/
|
|
|
|
# Maven build
|
|
target/
|
|
|
|
# Eclipse
|
|
*.classpath
|
|
*.project
|
|
.settings
|
|
bin/
|
|
|
|
# IDEA
|
|
*.iws
|
|
*.ipr
|
|
*.iml
|
|
out/ |