From bd6afffd77047c0f07d179fe43715077b3582316 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sun, 16 Jan 2022 07:07:55 +0000 Subject: [PATCH] Ignore users.json --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aee44d5..d3ecc63 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,8 @@ __pycache__/ *.py[cod] *$py.class requirements.txt - +users.json +app/users.json # C extensions *.so