forked from koderover/zadig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (48 loc) · 766 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
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
.idea
.DS_Store
bin
.cache
gin-bin
.mock
# Files
*.tar.gz
*.dat
*.local.*
*.out
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
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/integration/reporters/*.xml
pkg/cli/upgradeassistant/cmd/migrate/*_test.go