railiance: initial bootstrap scaffold
Some checks failed
railiance-tests / smoke (push) Has been cancelled
Some checks failed
railiance-tests / smoke (push) Has been cancelled
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user