From 3fbe083eb3f1e5468b4c2e4b3a4202709d776590 Mon Sep 17 00:00:00 2001 From: Vitaly Baev Date: Mon, 22 Jan 2018 09:59:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D0=B0=20?= =?UTF-8?q?=D0=B2=20.gitignore=20=D0=B4=D0=BB=D1=8F=20JavaScript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 75721265..de8f1ab9 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,7 @@ venv.bak/ # PyCharm .idea/ + +# JavaScript +.map +node_modules \ No newline at end of file