mirror of https://github.com/apache/lucene.git
35 lines
432 B
Plaintext
35 lines
432 B
Plaintext
# Gradle.
|
|
# Ignore the generated local settings file.
|
|
/gradle.properties
|
|
.gradle/
|
|
build/
|
|
|
|
# Ignore gradle wrapper jar.
|
|
gradle/wrapper/gradle-wrapper.jar
|
|
|
|
# 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
|
|
*~
|
|
|
|
# SDKMAN
|
|
.sdkmanrc
|