kubeasz/.gitignore

26 lines
414 B
Plaintext
Raw Normal View History

2017-11-11 19:14:21 +08:00
down/*
!down/download.sh
!down/offline_images
# k8s binaries directory
2017-11-26 17:47:40 +08:00
bin/*
2018-07-13 10:00:12 +08:00
!bin/readme.md
# ansible hosts
2017-11-11 19:14:21 +08:00
hosts
2018-07-28 10:21:34 +08:00
# k8s storage manifests
manifests/storage/*
!manifests/storage/test.yaml
# k8s backup directory
2018-07-23 16:58:12 +08:00
roles/cluster-backup/files/*
!roles/cluster-backup/files/readme.md
# role based variable settings, exclude roles/os-harden/vars/
2018-07-23 22:19:18 +08:00
/roles/*/vars/*
!/roles/os-harden/vars/
# cluster backups
.cluster/