13 lines
644 B
Plaintext
13 lines
644 B
Plaintext
# =============================================================================
|
|
# git-crypt Filter für Kontext: privat
|
|
# Alle hier definierten Patterns werden mit dem Schlüssel 'git-crypt-privat'
|
|
# verschlüsselt. Nur Maschinen mit dem privat-Schlüssel können diese Dateien
|
|
# im Klartext lesen.
|
|
# =============================================================================
|
|
|
|
.env filter=git-crypt-privat diff=git-crypt-privat
|
|
*.pem filter=git-crypt-privat diff=git-crypt-privat
|
|
*.key filter=git-crypt-privat diff=git-crypt-privat
|
|
*token* filter=git-crypt-privat diff=git-crypt-privat
|
|
*secret* filter=git-crypt-privat diff=git-crypt-privat
|