File: .gitignore

package info (click to toggle)
jug 3.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 576 kB
  • sloc: java: 4,151; xml: 173; makefile: 2; sh: 1
file content (14 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Skip maven 'target' directory
target

# plus eclipse crap
.classpath
.project
.settings

# plus IDEA crap
*.iml
*.ipr
.idea

*~