You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
303 B
Plaintext

# ignore all bin directories
# matches "bin" in any subfolder
bin/
# ignore all target directories
target/
# ignore generated files
gen/
# ignore all files ending with ~
*~
/.settings
/proguard
# libs with abs paths, ignore
.classpath
.project
.externalToolBuilders/
.checkstyle