-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
51 lines (45 loc) · 1.61 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
# This .gitignore file should only reference files specific to this project.
# Avoid adding directives specific to your development environment - instead
# consider adding those to your personal .gitignore file.
# Project specific (binaries, duplicated migrations, etc.)
.uptodate
authfe/authfe
billing-aggregator/aggregator
billing-aggregator/migrations
billing-api/billing-api
billing-enforcer/enforcer
billing-synthetic-usage-injector/injector
billing-uploader/migrations
billing-uploader/uploader
dashboard-api/dashboard-api
flux-api/flux-api
flux-api/migrations.tar
gcp-launcher-webhook/gcp-launcher-webhook
gcp-service/gcp-service
kubectl-service/kubectl-service
notebooks/cmd/notebooks/notebooks
notification-eventmanager/cmd/eventmanager/eventmanager
notification-sender/cmd/sender/sender
service-net-discovery/cmd/discovery/discovery
service-ui-kicker/service-ui-kicker
users/cmd/users/users
users-sync/cmd/users-sync
service-net-discovery/cmd/discovery/discovery
# Files generated by mockgen
mock_*.go
# Files generated by protoc
kubectl-service/grpc/kubectl-service.pb.go
gcp-service/grpc/gcp-service.pb.go
common/billing/grpc/billing.pb.go
users-sync/api/users-sync.pb.go
# Files generated by go compilation
*.a
.cache/
# Files generated by build & ugorji/go/codec for msgpack ser-deser:
vendor/github.com/ugorji/go/codec/codecgen/bin
vendor/github.com/weaveworks/scope/report/report.codecgen.go
# Templates, copied from common/templates by the Makefile - do not remove
notification-eventmanager/templates/wrapper.html
notification-eventmanager/templates/wrapper.text
users/templates/wrapper.html
users/templates/wrapper.text