feat: Add flake and ragenix package generation and dev environment
This commit is contained in:
11
secrets/.gitignore
vendored
Normal file
11
secrets/.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Ignore unencrypted secrets
|
||||
*.env
|
||||
!*.env.example
|
||||
.env.*
|
||||
!.env.*.example
|
||||
|
||||
# Ignore age private keys (if accidentally placed here)
|
||||
*.txt
|
||||
|
||||
# Keep encrypted files
|
||||
!*.age
|
||||
Reference in New Issue
Block a user