MLH / mlh-hackathon-flask-starter

Hackathon starter project for Flask applications
MIT License
731 stars 286 forks source link

Added python-dotenv to requirements.txt and .env to .gitignore #9

Closed ravishan16 closed 5 years ago

ravishan16 commented 5 years ago
  1. Requirements.txt was missing python-dotenv to get/set the .env
  2. Add .env to .gitignore to avoid accidental checkin of .env with secrets
nlaz commented 5 years ago

Hey @ravishan16 thanks for the pull request. However, python-dotenv is already included in the requirements.txt file and .env is already included in the .gitignore file. I'm going to close this PR. Let me know if you have any questions.