mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 15:18:17 +00:00
Add ex env to dockerignore
This commit is contained in:
parent
b2613172e2
commit
8ddb1f463d
1 changed files with 2 additions and 1 deletions
|
|
@ -7,8 +7,9 @@
|
|||
# Ignore bundler config.
|
||||
/.bundle
|
||||
|
||||
# Ignore all environment files.
|
||||
# Ignore all environment files (except example).
|
||||
/.env*
|
||||
!/.env.example
|
||||
|
||||
# Ignore all default key files.
|
||||
/config/master.key
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue