File: .gitignore

package info (click to toggle)
maven-indexer 5.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,500 kB
  • ctags: 2,304
  • sloc: java: 19,121; xml: 1,097; sh: 12; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 244 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
# Ignores for Maven Indexer
# Language is Java
# Build tool is Apache Maven 3

# Maven related (and some plugins)
target/
*.ser
*.ec

# Eclipse related
.classpath
.project
.settings/

# Intellij
*.ipr
*.iml
.idea/

# Other
.svn/
bin/
.DS_Store