Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0713aa4

Browse files
Jullian PepitoJullian Pepito
Jullian Pepito
authored and
Jullian Pepito
committed
Initial Commit
0 parents  commit0713aa4

File tree

127 files changed

+15195
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+15195
-0
lines changed

‎.gitignore‎

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Terraform
2+
.terraform/
3+
.terraform.lock.hcl
4+
terraform.tfstate*
5+
**.tfvars**
6+
tf.plan
7+
8+
# Helm + Kubernetes
9+
infra/aws/us-east-2/apps/coder-ws/experiment/prometheus.yaml
10+
infra/aws/us-east-2/apps/coder-devel/build-and-push
11+
infra/aws/us-east-2/apps/cert-manager
12+
coder-observability/
13+
observability/
14+
charts/
15+
secrets/
16+
17+
# Python
18+
.venv
19+
20+
# Temporary folders
21+
tmp/
22+
23+
# vi/vim swap files
24+
.*.sw*
25+
.*.*.sw*
26+
27+
# Cert files
28+
*.pem
29+
*.key
30+
*.crt
31+
*.csr
32+
*.pem
33+
*.key
34+
*.crt
35+
36+
# OS/Editor junk
37+
.DS_Store
38+
Thumbs.db
39+
.vscode/
40+
.idea/
41+
42+
# Scripts
43+
init.sh
44+
plan.sh
45+
annotate.sh
46+
47+
# GG Cache Shield
48+
.cache_ggshield

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp