mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 18:35:15 +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.
|
# Ignore bundler config.
|
||||||
/.bundle
|
/.bundle
|
||||||
|
|
||||||
# Ignore all environment files.
|
# Ignore all environment files (except example).
|
||||||
/.env*
|
/.env*
|
||||||
|
!/.env.example
|
||||||
|
|
||||||
# Ignore all default key files.
|
# Ignore all default key files.
|
||||||
/config/master.key
|
/config/master.key
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue