Devs are responsible for their ENV management themselves.
This commit is contained in:
parent
743bbcd794
commit
aeb5dbc4b1
2 changed files with 0 additions and 14 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -19,17 +19,6 @@
|
|||
# Ignore .project files
|
||||
/.project
|
||||
|
||||
# Ignore .rbenv-vars
|
||||
/.rbenv-vars
|
||||
|
||||
# exclude the figaro ENV setting helper file - run 'bundle exec figaro install' for creating your own
|
||||
# see: https://github.com/laserlemon/figaro
|
||||
# Ignore application configuration
|
||||
/config/application.yml
|
||||
|
||||
# Ignore .envrc for direnv
|
||||
/.envrc
|
||||
|
||||
# Ignore database config
|
||||
/config/database.yml
|
||||
|
||||
|
|
3
Gemfile
3
Gemfile
|
@ -158,9 +158,6 @@ group :development, :test do
|
|||
# changelog generation
|
||||
gem 'github_changelog_generator'
|
||||
|
||||
# Setting ENV for testing purposes
|
||||
gem 'figaro'
|
||||
|
||||
# Use Factory Bot for generating random test data
|
||||
gem 'factory_bot_rails'
|
||||
|
||||
|
|
Loading…
Reference in a new issue