From a8e1893d1437098ca630321e89b530f66b3b17fa Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Wed, 5 Apr 2017 18:56:53 +0200 Subject: [PATCH] Now a git ignore to hide DS_Store and the shows database. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b7011af --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__ +nohup.out +shows.db