Exclude production bootstrap credentials from source and build context
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
.git
|
||||
.env
|
||||
bootstrap-admin.json
|
||||
release.tar
|
||||
*.log
|
||||
data/*
|
||||
!data/branding/
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
.env
|
||||
bootstrap-admin.json
|
||||
.venv/
|
||||
data/
|
||||
!data/branding/
|
||||
|
||||
Reference in New Issue
Block a user