forked from mercedes-benz/sechub
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
77 lines (61 loc) · 784 Bytes
/
.gitignore
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# customization files
build-custom.gradle
build-custom-buildscript.gradle
build-custom-allprojects.gradle
# eclipse parts
bin/
gen/
src-gen/
.metadata
.lck
.classpath
.project
.settings/
# intellij parts
*.iml
.idea/
*.ipr
*.iws
out/
# vscode parts
.vscode/
# theia parts
.theia/
# gradle parts
.gradle/
# vi parts
.*.swp
# Build artifacts at all
*.class
build/
*.jar
*.log
*.bak
*.tar
*.zip
go.sum
sechub_report*.json
sechub_report*.html
sechub-false-positives*.json
#!sechub.json
# OpenAPI
java-gen/
# Docker container
.env*
# OWASP ZAP
*.zap
# Asciidoctor
.asciidoctorconfig.adoc
# macOS
.DS_Store
# Containerized solutions
copy/
!copy/README.adoc
!copy/README.md
*.deb
*.apk
# Node
node_modules/
# github-action integration test
.sechub-gha/
generated-sechub.json