blob: 44c1d680b1cc5dd6eb7afd0bc547e5a56ce1ab3c [file] [log] [blame]
# Gradle
# Ignore the generated local settings file.
/gradle.properties
.gradle/
build/
# IntelliJ IDEA
/.idea/
.run
**/*.iml
**/*.ipr
**/*.iws
out/
# IntelliJ creates this folder, ignore.
/dev-tools/missing-doclet/out/
# Eclipse
**/.project
**/.classpath
**/.settings/
/.metadata
# Eclipse Gradle oddity
**/bin/default/
.editorconfig
# syncthing
.stignore
# macOS
.DS_Store
# Python
.pydevproject
__pycache__
# Emacs backup
*~
# Ignore lucene included build
/lucene
# Ignore gradle wrapper
gradle/wrapper/gradle-wrapper.jar
.gradletasknamecache