tenseleyflow/shithub / 128ce28

Browse files

gitignore: deploy/ansible/inventory/{production,staging} (carry secrets)

Authored by espadonne
SHA
128ce28b85d569576dcbbc90d7303434899cf115
Parents
abd11cb
Tree
f881576

1 changed file

StatusFile+-
M .gitignore 6 0
.gitignoremodified
@@ -20,6 +20,12 @@ tmp/
2020
 .env.local
2121
 .air.toml.local
2222
 
23
+# Real Ansible inventories carry secrets (DB passwords, AEAD keys,
24
+# Postmark tokens, S3 creds, WireGuard private keys). Only the
25
+# *.example files are committed.
26
+deploy/ansible/inventory/production
27
+deploy/ansible/inventory/staging
28
+
2329
 # OS / editor junk
2430
 .DS_Store
2531
 Thumbs.db