blob: 8d271bfa0e7adb5b0e56d9d3e5306bab42d8141a [file] [log] [blame]
# Gradle
# Ignore the generated local settings file.
/gradle.properties
.gradle/
build/
# IntelliJ IDEA
/.idea/
# 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
*~