From f2a2406caf26df7fb110133d8a1a55940d692647 Mon Sep 17 00:00:00 2001 From: Pawel Orzech Date: Thu, 8 Aug 2019 09:23:49 +0100 Subject: [PATCH] added .gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..95e103e --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ + +.vscode +*.pyc +.DS_Store +*.db +Saves/ +dist/ +pyinstaller/ +dokkan.spec +build +__pycache__ +*.spec +commands.spec +physqlsimplecipher +.vscode +.gitattributes \ No newline at end of file