File: .gitignore

package info (click to toggle)
maven-processor-plugin 5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: java: 1,956; xml: 1,382; sh: 41; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 185 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
24
# MacOS
.DS_Store

# Eclipse
.classpath
.project
.settings/
.factorypath

# VSCode
.vscode/

# maven
target/

# intelliJ
*.iml
.idea/

# Other

issue47.txt
.okhttpcache/
/.java-version