File: .gitignore

package info (click to toggle)
jackson-core 2.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 6,240 kB
  • sloc: java: 77,506; sh: 243; xml: 147; makefile: 17
file content (24 lines) | stat: -rw-r--r-- 209 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
# use glob syntax.
syntax: glob
*.class
*~
*.bak
*.off
*.old
*.java.orig
.DS_Store

# building
/target
.mvn/wrapper/maven-wrapper.jar

# Eclipse
.classpath
.project
.settings

# IDEA
*.iml
*.ipr
*.iws
/.idea/