blob: 67d83ced8966dd990f0a5f4718397b47bbbe62f2 [file] [log] [blame]
# Gradle
# Ignore the generated local settings file.
/gradle.properties
.gradle/
build/
# IntelliJ IDEA
/.idea/
**/*.iml
**/*.ipr
**/*.iws
out/
# IntelliJ creates this folder, ignore.
/dev-tools/missing-doclet/out/
# Eclipse
/.project
/.classpath
/.settings/
# Eclipse Gradle oddity
**/bin/default/
# macOS
.DS_Store
# Python
.pydevproject
__pycache__
# Emacs backup
*~