Ignore more files and add staging database config.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -27,6 +27,7 @@
|
||||
|
||||
# Ignore master key for decrypting credentials and more.
|
||||
/config/master.key
|
||||
/config/credentials.yml.enc
|
||||
|
||||
/public/packs
|
||||
/public/packs-test
|
||||
@@ -107,3 +108,4 @@ yarn-debug.log*
|
||||
|
||||
# Ignore IJ IDE directory
|
||||
/.idea/
|
||||
*.iml
|
||||
@@ -84,3 +84,7 @@ test:
|
||||
production:
|
||||
<<: *default
|
||||
url: <%= ENV['DATABASE_URL'] %>
|
||||
|
||||
staging:
|
||||
<<: *default
|
||||
url: <%= ENV['DATABASE_URL'] %>
|
||||
|
||||
Reference in New Issue
Block a user