From 48801d978baae7e757044f8c9378b066a118defa Mon Sep 17 00:00:00 2001 From: Xevion Date: Wed, 25 Aug 2021 18:30:44 -0500 Subject: [PATCH] Add undo history file to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 900f242..62106c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea +history.json # Token & Credentials File credentials.json