From 0f51fb57bb1fedf10e5082cae1ccf22d0b5c459e Mon Sep 17 00:00:00 2001 From: mertsincan Date: Fri, 3 May 2019 11:52:31 +0300 Subject: [PATCH] Refactor on gitignore file --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 185e66319..e3408dc73 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,15 @@ node_modules /dist +# misc +/.sass-cache +/connect.lock +/coverage +/libpeerconnection.log +npm-debug.log +testem.log +/typings + # local env files .env.local .env.*.local