Ignore local env files and template Hermes stack env
Ignore local env files and template Hermes stack env
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
# Local environment and stack values
|
||||
.env
|
||||
*.env
|
||||
!*.env.example
|
||||
**/stack.env
|
||||
!**/stack.env.example
|
||||
|
||||
# Secrets and certificate material
|
||||
**/secrets/
|
||||
**/letsencrypt/
|
||||
**/acme.json
|
||||
**/*.key
|
||||
**/*.pem
|
||||
**/*.crt
|
||||
|
||||
# Backup, dump, and archive artifacts
|
||||
**/*.dump
|
||||
**/*.sql.gz
|
||||
**/*.archive.gz
|
||||
**/*.tar
|
||||
**/*.tar.gz
|
||||
**/*.tgz
|
||||
**/*.zip
|
||||
|
||||
# Local/editor noise
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.tmp
|
||||
*.log
|
||||
Reference in New Issue
Block a user