forked from uber/kraken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (50 loc) · 842 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
.cache
.idea
.tmp
.vscode
*.test
*.go~
vendor/
# Fake source dir for jenkins and debian, which uses repo root as GOPATH
^bin/
pkg/
# Binary executable
tracker/tracker
agent/agent
origin/origin
proxy/proxy
build-index/build-index
tools/bin/puller/puller
tools/bin/reload/reload
tools/bin/reload-config/reload-config
tools/bin/visualization/visualization
tools/bin/testfs/testfs
tools/bin/pexchange/pexchange
tools/bin/trackerload/trackerload
# tmp migration files
[0-9]*_-dir.go
*.xml
*.pyc
venv
# Golang coverage files
*.out
# Golang test files
*.test
# Visual coverage report
coverage.html
# codecov coverage file
coverage.txt
# test db data
db/data
# Test configuratino generated from templates.
config/*/test*.yaml
# For vim users.
tags
# For engdoc.
.DS_Store
docs/_build/
env*
*.pyc
*.pickle
# For integration tests.
.tmptest/