railiance: initial bootstrap scaffold
This commit is contained in:
commit
6b9307289b
7 changed files with 88 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Ansible artifacts
|
||||
*.retry
|
||||
|
||||
# Helm build
|
||||
charts/*/charts/
|
||||
charts/*/tmp/
|
||||
|
||||
# Local secrets (do not commit)
|
||||
secrets/
|
||||
*.enc
|
||||
Loading…
Add table
Add a link
Reference in a new issue