Initial monorepo structure
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# =============================================================================
|
||||
# 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
|
||||
Reference in New Issue
Block a user