-
Notifications
You must be signed in to change notification settings - Fork 339
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (46 loc) · 1.05 KB
/
.gitignore
File metadata and controls
53 lines (46 loc) · 1.05 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
# License : Apache-2.0 @ https://pigsty.io/docs/about/license/
# Copyright : 2018-2026 Ruohang Feng / Vonng (rh@vonng.com)
#########################################################
# pigsty-ca and other certs
#########################################################
files/*.key
files/*.crt
files/pki/*
#########################################################
# vagrant & terraform & docker
#########################################################
.vagrant/
vagrant/Vagranfile
vagrant/.vagrant
.terraform/
terraform/.terraform/
terraform/*.hcl
terraform/*.tfstate*
terraform/.terraform*
docker/data/
#########################################################
# tmp files
#########################################################
# IDE files
.idea/
.code/
.vscode/
.claude/
.codex/
docs/
llm.txt
.DS_Store
__pycache__/
bin/__pycache__
temp/
_bmad
_bmad-output
#########################################################
# private file
#########################################################
bin/release-pro
files/license.lic
test.yml
dist/
files/*.tgz
app/maybe