From 56b5040d190a5f0f3a9c550491580618e014b292 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 21 May 2020 13:11:43 -0400 Subject: [PATCH] add versions backup files to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7c274b6a6..30088585b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ bin/ # Intellij *.ipr *.iml +*.versionsBackup .idea out/ .DS_Store