-
Notifications
You must be signed in to change notification settings - Fork 831
/
.gitignore
76 lines (65 loc) · 1020 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
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.exe
# Folders
.idea
.DS_Store
bin
.cache
gin-bin
.mock
out
.nocalhost
# Files
*.tar.gz
*.dat
*.local.*
*.out
*.exe
node_modules
bower_components
#website
zadig-portal/dist
zadig-portal/node_modules/
zadig-portal/dist/
zadig-portal/npm-debug.log
zadig-portal/test/unit/coverage
zadig-portal/test/e2e/reports
zadig-portal/selenium-debug.log
zadig-portal/yarn-error.log
#Go doc website
godoc-proxy/website/node_modules/
godoc-proxy/website/dist
#Swagger info
pkg/microservice/aslan/server/rest/doc
pkg/microservice/user/server/rest/doc
npm-debug.log
.bowerrc
/.editorconfig
.jshintrc
.sass-cache/
.tmp/
dist/
.cover
.scannerwork/
coverage.html
temp_coverage_test.go
# VS Code IDE
.vscode
docker/*.tar.gz
*.patch
/main
# Test files
test/integration/reporters/*.xml
pkg/cli/upgradeassistant/cmd/migrate/*_test.go
# Debug binary
debug/aslan
debug/cron
debug/hub-agent
debug/hub-server
debug/init
debug/ua
debug/user
debug/zadig-agent