From 87f640be003204e74a757d6414823a61d78bafb9 Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Wed, 19 Feb 2020 14:35:17 +1300 Subject: [PATCH] includes ctags files in gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bde737b..78ec44e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ node_modules/ config.js dev.config.js tags +tags.lock +tags.temp src/\.DS_Store