observability.svc.plus/.gitignore
2026-02-01 20:53:55 +08:00

50 lines
1.0 KiB
Plaintext

# 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/
llm.txt
.DS_Store
__pycache__/
bin/__pycache__
temp/
#########################################################
# private file
#########################################################
bin/release-pro
files/license.lic
test.yml
dist/
files/*.tgz
app/maybe