From cf6f6498546279da252ce2d91fa7d389f281d62a Mon Sep 17 00:00:00 2001 From: Ivan Mikheykin Date: Wed, 17 Feb 2021 12:39:22 +0300 Subject: [PATCH] chore: add dist folder to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9f06557..b01c4b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ +dist node_modules .jshintrc .idea .sass-cache -.tscache \ No newline at end of file +.tscache