File: .gitignore

package info (click to toggle)
mvel 2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,316 kB
  • sloc: java: 46,157; xml: 292; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 325 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
# Ignored files deleted by mvn clean
/target
# Ignored files not deleted by mvn clean
/local

# Netbeans and IntelliJ files
/.idea
!.gitignore
/nbproject
/*.ipr
/*.iws
/*.iml

# Eclipse files
/.classpath
/.project

# The META-INF directory is generated by the maven-felix-plugin
/META-INF

.vscode
dependency-reduced-pom.xml