forked from magma/magma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
125 lines (101 loc) · 1.53 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
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
124
125
# Vagrant
.vagrant
*.retry
# Vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
# Python: byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
.mypy_cache/
# Python: virtual environments
.env/
.coverage
.python-version
# C/C++ extensions
*.so
.clangd/
# Distribution / packaging
.Python
env/
/build/
develop-eggs/
dist/
eggs/
build/lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
orc8r/gateway/python/build
lte/gateway/python/build
# Ignore generated Swagger files
orc8r/cloud/swagger/specs
# Node
node_modules/
orc8r/cloud/openapitools.json
# Docusaurus
docs/docusaurus/build/
# Ignore apt/build cache
.cache/*
# Packer build artifacts
*.box
*.iso
*.vdi
# Terraform
.terraform
.terraform.lock.hcl
.terraform.tfstate.lock.info
terraform.tfstate
terraform.tfstate.backup
*.plan
aws_keys.tfvars
# AWS EKS config file
kubeconfig_orc8r
# Helm
orc8r/cloud/helm/**/.secrets/
orc8r/cloud/helm/**/secrets/
# Certs for accessing the cloud
.certs
# Log files
*.log
# Cscope and tags
cscope.*
tags
# CI files
archives/
test_results_magma_converged_mme.html
orc8r/cloud/test-results/
# IntelliJ
.idea/
*.iml
# VS Code
.vscode/
.venv/
# FB internal
fb
fbcinternal
# MacOS artifacts
.DS_Store
# Code coverage
orc8r/cloud/coverage/
feg/gateway/coverage/
lte/gateway/c/oai/code_coverage/
# Bazel
bazel-bin
bazel-magma
bazel-out
bazel-testlogs
help
compile_commands.json
# Domain Proxy
dp/cloud/helm/dp/charts/domain-proxy/certificates/**/*
dp/tools/deployment/certificates/certs
orc8r/cloud/helm/orc8r/charts/secrets