File: .gitignore

package info (click to toggle)
jboss-logging-tools 2.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,656 kB
  • sloc: java: 9,687; xml: 438; javascript: 38; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#Ignore Maven target folder
target/

#Ignore Eclipse files
.settings/
.classpath
.project

#Ignore Intellij files
*.iml
*.iws
*.ipr
.idea/

#Ignore Mac files
.DS_Store
/core/target/
/base/target/
nb-configuration.xml
/processor/target/
/generator/target/