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