Added .env to protect repos

For those instances when people use a project directory to store the location of their virtual environment.
This commit is contained in:
Daniel Greenfeld 2015-06-28 11:28:41 -07:00
parent de08741305
commit cd8c694b15

View File

@ -51,3 +51,6 @@ node_modules/
# Compass
.sass-cache
# virtual environments
.env