-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
117 lines (90 loc) · 1.58 KB
/
.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
*.log
# Test binary, build with `go test -c`
*.test
debug
!lib/utils/debug
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Ignore old files
*.bak
*.disabled
*.patch
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/
.idea/workspace.xml
.vscode
.idea
.run
#remove secrets
*.secrets
#ignore generated files
*.pb.go
*.pb.js
*_pb2*.py
rice-box.go
*_string.go
mock_*.go
gomock_reflect*
lib/utils/data/consts.go
#ignore coverage files
cover.goconvey
profile.goconvey
# ignore pipfile.lock
lib/Pipfile.lock
*.code-workspace
!sample-settings/*.code-workspace
*.toml
!Gopkg.toml
what.md
*.new
*_results.log
# ignore version files
cli/safescale/version.go
cli/safescaled/version.go
cli/scanner/version.go
lib/backend/resources/operations/iaas/userdata/version.go
vendor
Gopkg.lock
# coverage info
cover.out
cover.html
*.cov
covergen.py
covernum.py
# unit test xunit format
xunit_tests.xml
SafeScale-*.html
test_output.html
# ignore wiki files
docs/img
docs/*.md
docs/*.html
docs/.nojekyll
docs/Other
# ignore version info
cli/safescale/version\.go
cli/safescaled/version\.go
cli/scanner/version\.go
# ignore binaries from safescale
cli/safescale/safescale
cli/safescale/safescale-cover
cli/safescaled/safescaled
cli/safescaled/safescaled-cover
#ignore results from scanner
cli/scanner/Test*
Test Results - client_test_go\.html
lib/system/version.go
cli/safescaled/__debug_bin
.atom/
lib/backend/iaas/userdata/version.go
.run/
.DS_Store
*.pprof
*.tar.gz
*.swp
git-hooks-env