From cd8c694b152f717368fe85ede51aee50278bd477 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sun, 28 Jun 2015 11:28:41 -0700 Subject: [PATCH] Added .env to protect repos For those instances when people use a project directory to store the location of their virtual environment. --- {{cookiecutter.repo_name}}/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/{{cookiecutter.repo_name}}/.gitignore b/{{cookiecutter.repo_name}}/.gitignore index b9a8edab..ff0e7b0c 100644 --- a/{{cookiecutter.repo_name}}/.gitignore +++ b/{{cookiecutter.repo_name}}/.gitignore @@ -51,3 +51,6 @@ node_modules/ # Compass .sass-cache + +# virtual environments +.env