mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
Merge pull request #1973 from maxehmookau/patch-1
Add .env to optionally ignored files
This commit is contained in:
commit
9779d87d3d
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ pickle-email-*.html
|
|||
config/initializers/secret_token.rb
|
||||
config/secrets.yml
|
||||
|
||||
# dotenv
|
||||
# TODO Comment out this rule if environment variables can be committed
|
||||
.env
|
||||
|
||||
## Environment normalization:
|
||||
/.bundle
|
||||
/vendor/bundle
|
||||
|
|
Loading…
Add table
Reference in a new issue