Skip to content

Add .env to the .gitignore #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2017
Merged

Add .env to the .gitignore #107

merged 1 commit into from
Jun 27, 2017

Conversation

wilzbach
Copy link
Member

No description provided.

@dlang-bot
Copy link
Collaborator

Thanks for your pull request, @wilzbach!

@@ -31,3 +31,6 @@ docs/
*.lst

# End of https://www.gitignore.io/api/d

# Config environment file
/.env
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.env is commonly used to store credentials and other sensitive information. As the heroku deployment is configured with environment variables, a .env is very handy to test the daily cron feature locally.

@wilzbach wilzbach merged commit cbf68c1 into dlang:master Jun 27, 2017
@wilzbach wilzbach deleted the ignore-env branch June 27, 2017 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants