Add and configure dotenv

This commit is contained in:
Wilson Silva
2023-01-08 15:33:49 +07:00
parent 3340866c1f
commit 32ee858365
3 changed files with 8 additions and 0 deletions

6
.gitignore vendored
View File

@@ -12,3 +12,9 @@
# rspec failure tracking
.rspec_status
/Gemfile.lock
# Local dotenv files
.env.development.local
.env.test.local
.env.production.local
.env.local