-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
123 lines (107 loc) · 3.02 KB
/
Copy path.gitignore
File metadata and controls
123 lines (107 loc) · 3.02 KB
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
118
119
120
121
122
123
# Git & VCS
# (Empty or specific git ignores if any)
# IDE & Editor
.idea/
.vscode/
# OS Files
.DS_Store
Thumbs.db
# Logs
*.log
log/
*.history
# Build Artifacts & Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
vendor/
pkg/src
pkg/cm-beetle
pkg/cm-beetle-arm
pkg/cli/tbctl
pkg/cli/cli
cmd/cm-beetle/cm-beetle
# Test Files & Artifacts
*.test
*.out
cmd/test-cli/infra/test-infra
cmd/test-cli/infra/testconf/auth-config.json
cmd/test-cli/infra/testconf/test-config.yaml
cmd/test-cli/infra-with-nlb/test-infra-with-nlb
cmd/test-cli/infra-with-nlb/testconf/auth-config.json
cmd/test-cli/infra-with-nlb/testconf/test-config.yaml
cmd/test-cli/object-storage/test-os
cmd/test-cli/object-storage/testconf/auth-config.json
cmd/test-cli/object-storage/testconf/test-config.yaml
cmd/test-cli/data/test-data
cmd/test-cli/data/dummydata/
cmd/test-cli/data/log/
cmd/test-cli/data/test-result/
cmd/test-cli/data/testconf/auth-config.json
cmd/test-cli/data/testconf/test-config.yaml
cmd/test-cli/async/test-async
cmd/test-cli/async/testconf/auth-config.json
cmd/test-cli/async/testconf/test-config.yaml
cmd/test-cli/rate-limiting/test-rate-limiting
cmd/test-cli/rate-limiting/testconf/auth-config.json
cmd/test-cli/rate-limiting/testconf/test-config.yaml
cmd/test-cli/multi-infra-recommendation/test-multi-infra-recommendation
cmd/test-cli/multi-infra-recommendation/testconf/auth-config.json
cmd/test-cli/multi-infra-recommendation/testconf/test-config.yaml
cmd/test-cli/k8s-infra-recommendation/test-k8s-infra-recommendation
cmd/test-cli/k8s-infra-recommendation/k8s-infra-recommendation
cmd/test-cli/k8s-infra-recommendation/testconf/auth-config.json
cmd/test-cli/k8s-infra-recommendation/testconf/test-config.yaml
cmd/test-cli/k8s-infra-migration/test-k8s-infra-migration
cmd/test-cli/k8s-infra-migration/k8s-infra-migration
cmd/test-cli/k8s-infra-migration/testconf/auth-config.json
cmd/test-cli/k8s-infra-migration/testconf/test-config.yaml
pkg/testclient/scripts/sequentialFullTest/executionStatus*
pkg/testclient/scripts/sequentialFullTest/ansibleAutoConf/*
pkg/testclient/scripts/credentials*
# Python & Virtual Env
.venv/
__pycache__/
*.pyc
*.pyo
deployments/docker-compose/cb-tumblebug/init/__pycache__/
# Database & Runtime Data
*.db
meta_db/
pkg/benchmarking.csv
pkg/rttmap.csv
# Configuration & Secrets
*.pem
*.ppk
*.key
!conf/
conf/*
!conf/template-*
conf/credentials.conf
# Temporary copied files for local development
cb-tumblebug/
cm-model/
# Documentation
# api/docs.go
# api/swagger.json
# api/swagger.yaml
# Deployment & Docker
.env
deployments/docker-compose/data
!deployments/docker-compose/cb-tumblebug/
**/secrets/*
!**/secrets/.gitkeep
!**/secrets/README.md
# Backup Files
*_backup
# Work-in-progress docs (personal notes, drafts, and material that must not be
# published — e.g. patent drafts, whose disclosure in a public repo can destroy novelty)
docs/_wip/
# Specific Project Excludes
transx/examples/object-storage/main
transx/examples/object-storage/config-*
!transx/examples/object-storage/template-config-*
transx/examples/mariadb-migration/main
system_info.yaml