From 7c8532ce4883098b3d99c45fbff26a7fd1dda6c7 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Fri, 11 Feb 2022 17:59:28 +0800 Subject: [PATCH] feat: update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ccff3cb..832db0b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ dist/ # Files *.pyc -*.zip \ No newline at end of file +*.zip +*. +!./bin/assets/theme.db \ No newline at end of file