File: .gitignore

package info (click to toggle)
assertj-core 3.26.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 30,760 kB
  • sloc: java: 228,622; xml: 2,350; sh: 752; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 352 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
23
#Maven build result directory
target
#IntelliJ project files
.idea
*.iml
out
#Eclipse project files
.settings
.classpath
.project
.externalToolBuilders/
#Other
/clover.license
/actual.txt
/expected.txt
#jEnv configuration
.java-version
dependency-reduced-pom.xml
.flattened-pom.xml
/bin/
.mvn/wrapper/maven-wrapper.jar
# macOS specific files
.DS_Store