fix: 将 k3s-ansible 作为普通目录添加
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# 敏感信息
|
||||
config/cluster-vars.yml
|
||||
config/*-vars.yml
|
||||
*.vault
|
||||
|
||||
# 部署状态和日志
|
||||
.deployment-state
|
||||
deployment.log
|
||||
|
||||
# Ansible临时文件
|
||||
*.retry
|
||||
.ansible/
|
||||
|
||||
# Python缓存
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# 临时文件
|
||||
*.tmp
|
||||
*.log
|
||||
.DS_Store
|
||||
|
||||
# K3s相关
|
||||
k3s-ansible/inventory/hosts.ini
|
||||
Reference in New Issue
Block a user