adding security tool stack, pre-commit steps, and gitignore additions
Build and Push Docker Image / build (push) Successful in 32s
Build and Push Docker Image / build (push) Successful in 32s
This commit is contained in:
+16
@@ -4,3 +4,19 @@
|
||||
debug.ps1
|
||||
.postmate/postmate-history.json
|
||||
.postmate/postmate-envs.json
|
||||
# Secrets
|
||||
.env
|
||||
.env.*
|
||||
*.pem
|
||||
*.key
|
||||
*.pfx
|
||||
*.p12
|
||||
secrets/
|
||||
credentials/
|
||||
config.local.*
|
||||
|
||||
# VS Code local settings
|
||||
.vscode/settings.json
|
||||
|
||||
# PowerShell
|
||||
*.psd1.local
|
||||
Reference in New Issue
Block a user