k8s redesign complete
This commit is contained in:
18
secrets/.gitignore
vendored
Normal file
18
secrets/.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Secrets Management .gitignore
|
||||
# Ensure no secrets are committed to version control
|
||||
|
||||
# All secret files
|
||||
*.txt
|
||||
!*.example.txt
|
||||
|
||||
# Secret directories (but keep structure)
|
||||
*/
|
||||
!.gitignore
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
*.backup
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
Reference in New Issue
Block a user