lucene/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
432 B
Plaintext
Raw Normal View History

# Gradle.
# Ignore the generated local settings file.
/gradle.properties
2019-12-02 09:34:57 -05:00
.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
*~
2021-04-01 12:04:14 -04:00
# SDKMAN
.sdkmanrc