File: .gitignore

package info (click to toggle)
jakarta-validation-api 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, trixie
  • size: 764 kB
  • sloc: java: 2,580; xml: 280; sh: 10; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 465 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
24
25
26
27
28
29
30
31
32
33
# Typically *NIX text editors, by default, append '~' to files on saving to make backups
*~

# Build output directies
target
build
bin
test-output

# IntelliJ specific files/directories
/out
.idea
*.ipr
*.iws
*.iml
atlassian-ide-plugin.xml

# Eclipse specific files/directories
.classpath
.project
.settings
.externalToolBuilders
.factorypath

# NetBeans specific files/directories
.nbattrs

# Miscellaneous
*.log
.clover

# Release
/beanvalidation-release-scripts