2020-10-24 11:09:55 -04:00
|
|
|
# Gradle
|
|
|
|
# Ignore the generated local settings file.
|
|
|
|
/gradle.properties
|
2019-12-02 09:34:57 -05:00
|
|
|
.gradle/
|
2020-10-24 11:09:55 -04:00
|
|
|
build/
|
2019-12-05 05:14:09 -05:00
|
|
|
|
2020-10-24 11:09:55 -04:00
|
|
|
# IntelliJ IDEA
|
|
|
|
/.idea/
|
|
|
|
# IntelliJ creates this folder, ignore.
|
|
|
|
/dev-tools/missing-doclet/out/
|
2020-10-12 03:15:07 -04:00
|
|
|
|
2020-10-24 11:09:55 -04:00
|
|
|
# Eclipse
|
|
|
|
/.project
|
|
|
|
/.classpath
|
|
|
|
/.settings/
|
|
|
|
# Eclipse Gradle oddity
|
|
|
|
**/bin/default/
|
|
|
|
|
|
|
|
# macOS
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Python
|
|
|
|
.pydevproject
|
|
|
|
__pycache__
|
|
|
|
|
|
|
|
# Emacs backup
|
|
|
|
*~
|