From 275c2b12113eb44de1de36ccb907e707f7237376 Mon Sep 17 00:00:00 2001 From: mose Date: Mon, 18 Jul 2022 17:14:44 +0800 Subject: [PATCH] adjust gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8fa6b00..a791bc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# site/data/*.json -!site/data/*.sample.json +site/data/*.json config .vscode -*.pyc \ No newline at end of file +*.pyc +__pycache__ \ No newline at end of file