From 34bb168cd2d0bd6fc4a191b0041dadad3c8844ff Mon Sep 17 00:00:00 2001 From: Syed Mansoor Date: Tue, 3 Jul 2018 21:28:03 +1000 Subject: [PATCH] Updated gitignore --- core-kotlin/.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/core-kotlin/.gitignore b/core-kotlin/.gitignore index ae3c172604..0c017e8f8c 100644 --- a/core-kotlin/.gitignore +++ b/core-kotlin/.gitignore @@ -1 +1,14 @@ /bin/ + +#ignore gradle +.gradle/ + + +#ignore build and generated files +build/ +node/ +out/ + +#ignore installed node modules and package lock file +node_modules/ +package-lock.json