From 8fd66b1bacaaa85ddd88f1e5d402ae73a72aaf75 Mon Sep 17 00:00:00 2001 From: uh_wot <3631986-uh_wot@users.noreply.gitlab.com> Date: Sat, 23 May 2020 17:38:50 +0200 Subject: [PATCH] added /env/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c1a96bb..6f69cc6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ node_modules /dist # local env files +/env/ /venv/ .env.local .env.*.local