From e99087ba73bf09374c080972fef889b02c7414f0 Mon Sep 17 00:00:00 2001 From: Anatoly Kopyl Date: Sun, 28 Mar 2021 19:53:16 +0300 Subject: [PATCH] =?UTF-8?q?:see=5Fno=5Fevil:=20=D0=9F=D0=BE=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=B8=D0=BB=20=D1=80=D0=B0=D1=81=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B1=D0=B8=D0=BB=D0=B4?= =?UTF-8?q?=D0=B0=20Vue=20=D0=B2=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 01e14a8..77f7e6e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,14 +2,12 @@ backend/names.json .DS_Store node_modules -/dist +/frontend/dist /archive/messages/ - # local env files -.env.local -.env.*.local .env +.env.* # Log files npm-debug.log*