forked from open-edge-platform/edge-manageability-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (76 loc) · 1.17 KB
/
.gitignore
File metadata and controls
84 lines (76 loc) · 1.17 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
# SPDX-FileCopyrightText: 2025 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
.logs
.deploy
.idea
.env
.gitea-proxy
.mage-local.yaml
assets/mage
jwt.txt
tools/router/traefik.yml
tools/router/docker-compose.yml
vault-keys.json
mage_output_file.go
fleet-secret
*.tgz
*.tar.gz
vendor
orch-utils
COMMIT_ID
.DS_Store
.test
_build/
firewall-doc.md
install-*.log
uninstall-*.log
cloud-orchestrator-installer/
state/
local-state/
state-*/
tmp/
e2e-tests/installer/*.log
e2e-tests/installer/poetry.lock
.prettierrc
*.crt
*.key
*.lock.hcl
*.swp
# IDE specific settings
.vscode
# configs ignore
*.iml
# pod-configs ignore
.terraform/
.terraform.lock.hcl
*.tmp
statefiles/
**/terraform.tfstate*
terraform.tfstate*
**/plan.out
plan.out
tls.crt
tls.key
**/certs/*
**/aws_auth.yaml
*.tar.gz
package.zip
SAVEME
SAVEME.*
sshuttle.pid
# On-prem directories with build artifacts
on-prem-installers/repo_archives
on-prem-installers/installers
on-prem-installers/dist
on-prem-installers/assets/mage
on-prem-installers/assets/tea
# Terraform specific settings
.terraform.tfstate.lock.info
.terraform.lock.hcl
*.tfstate
*.tfstate.*
**/.terraform/*
**/files/
# Build artifacts
edge-manageability-framework/