File: .gitignore

package info (click to toggle)
vavr0 0.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 5,900 kB
  • sloc: java: 75,336; xml: 882; makefile: 5; sh: 4
file content (31 lines) | stat: -rw-r--r-- 251 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
# -- Maven
target
*.versionsBackup

# -- Gradle
.gradle
build

# -- Eclipse
.classpath
.project
.settings
bin

# -- IntelliJ IDEA
.idea
*.iml

# -- Visual Studio Code
.vscode

# -- Mac OS
.DS_Store
*.log

# -- Java
hs_err_pid*
*.class

# -- Emacs
.#*