feat(bundle): initial commit
Some checks failed
Build Bootstrap Bundle / build (push) Failing after 54s
Some checks failed
Build Bootstrap Bundle / build (push) Failing after 54s
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# Secrets - NEVER commit
|
||||
*.secret.yml
|
||||
*.secret.yaml
|
||||
secrets/
|
||||
vault.yml
|
||||
|
||||
# Inventory files (contain hostnames/IPs)
|
||||
inventory
|
||||
inventory.txt
|
||||
inventory.*.txt
|
||||
|
||||
# Pre-built bundles (CI builds fresh)
|
||||
*.run
|
||||
|
||||
# Ansible artifacts
|
||||
*.retry
|
||||
.ansible/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Editor
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user