From 7ef0909d5ab4064f9206ecb55ff768299426f257 Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Tue, 23 Jan 2018 14:02:34 +0300 Subject: [PATCH] Added /build and /dist into .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d737eb0..a8bf89d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ /.cache/ /.coverage *.html +/build +/dist