From 201beafcdd9b4e30c30ce56389126e580e11ed43 Mon Sep 17 00:00:00 2001 From: Oguzhan Inan Date: Thu, 23 Mar 2017 00:44:13 +0300 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e0b8b1bc..983d83e6 100755 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules/ release-builds/ dest/ dist/*.js -dist/**/*.js \ No newline at end of file +dist/components/*.js +dist/utils/*.js \ No newline at end of file