File: .gitignore

package info (click to toggle)
hikaricp 2.7.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,112 kB
  • sloc: java: 11,754; xml: 769; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (2)
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
.classpath
.project
.settings/

target/
dependency-reduced-pom.xml

.DS_Store

**/*.iml

*.class
*.jar
*.war
*.ear
*.iml
*.iws
*.ipr

.tm_*
.classpath
.project
.settings/
.idea/
.gradle/
out/