File: .gitignore

package info (click to toggle)
lucene9 9.10.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 114,036 kB
  • sloc: java: 775,336; python: 6,157; xml: 1,464; perl: 448; sh: 353; makefile: 11
file content (34 lines) | stat: -rw-r--r-- 432 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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