mirror of
https://github.com/github/gitignore
synced 2024-11-29 07:04:22 +01:00
Merge pull request #1973 from maxehmookau/patch-1
Add .env to optionally ignored files
This commit is contained in:
commit
9779d87d3d
@ -16,6 +16,10 @@ pickle-email-*.html
|
|||||||
config/initializers/secret_token.rb
|
config/initializers/secret_token.rb
|
||||||
config/secrets.yml
|
config/secrets.yml
|
||||||
|
|
||||||
|
# dotenv
|
||||||
|
# TODO Comment out this rule if environment variables can be committed
|
||||||
|
.env
|
||||||
|
|
||||||
## Environment normalization:
|
## Environment normalization:
|
||||||
/.bundle
|
/.bundle
|
||||||
/vendor/bundle
|
/vendor/bundle
|
||||||
|
Loading…
Reference in New Issue
Block a user