From fc4529bcba7c7e143dde8e55fd2a1c8ffc26538c Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Fri, 20 Apr 2018 21:04:10 -0800 Subject: [PATCH] Ignore *.sh.swp --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cb6c93c..48594d0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bot_secrets.json google_client_secret.json __pycache__/ logs/* +*.sh.swp \ No newline at end of file