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