From f54a7d2c162a54be07898bafc9add681701a9c72 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Tue, 10 Apr 2018 00:36:13 +0800 Subject: [PATCH] Add Codealike to .gitignore + Codealike is a Visual Studio extension for developers to track their time spent on projects. It may drop additional file called codealike.json at the project root. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 45e5e009d..954362408 100644 --- a/.gitignore +++ b/.gitignore @@ -206,3 +206,6 @@ project.lock.json docs/api/\.manifest \.idea/ + +# Codealike UID +codealike.json \ No newline at end of file