From 87327c1d4184941952883fa4b5e212573b4b06a5 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 17 May 2021 09:43:20 +0530 Subject: Missed 'prepare' step that enforces the installation of the git pre-commit hooks --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dd555ab..3af0158 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +.idea .DS_Store node_modules -archives/ \ No newline at end of file +archives/ +yarn-error.log +npm-debug.log* +lerna-debug.log +server*.log -- cgit v1.2.3-54-g00ecf