From 80c6c72ddfbbd99f180bec0bf029e732b2bc5eea Mon Sep 17 00:00:00 2001 From: desimaniac <5501908+desimaniac@users.noreply.github.com> Date: Mon, 3 Jun 2019 17:05:35 -0500 Subject: [PATCH] Git: Updated .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b57a0c5..8ae541b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # User-specific stuff: -.idea +/.idea ## File-based project format: *.iws @@ -17,11 +17,11 @@ __pycache__/ *.log* # databases -*.db +/cache.db # configs *.cfg -*.json +/config.json # generators *.bat