File: .gitignore

package info (click to toggle)
libcommons-collections4-java 4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,612 kB
  • sloc: java: 63,365; xml: 3,571; makefile: 5; sh: 1
file content (20 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maven build files
target
*.log
maven-eclipse.xml
build.properties
site-content

# IntelliJ IDEA files
.idea
.iws
*.iml
*.ipr

# Eclipse files
.settings
.classpath
.project

# Mac files
.DS_Store