You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imho a sane dev workflow implies that every registered / encrypted file's plaintext version is added to .gitignore.
Agebox should encourage or enforce that, e.g.:
# Enable gitignore handling
agebox init --gitignore # Maybe this is even the default.
agebox encrypt secrets.env
# secrets.env is now added to .gitignore
The text was updated successfully, but these errors were encountered:
geek-merlin
changed the title
Integrate gitignore handling (e.g. agebox encrypt --gitignore)
Integrate gitignore handling
Feb 2, 2025
Imho a sane dev workflow implies that every registered / encrypted file's plaintext version is added to .gitignore.
Agebox should encourage or enforce that, e.g.:
The text was updated successfully, but these errors were encountered: