File: .gitignore

package info (click to toggle)
autolink 0.10.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: java: 1,298; xml: 233; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 84 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Eclipse
.project
.classpath
.settings/

# IDEA
*.iml
/.idea/

# mvn
target/
/bin/