From ea3a4ca2a594f154e02a908b6d8b302f207850db Mon Sep 17 00:00:00 2001 From: "Yuhao Zhu, PhD, FRM" Date: Tue, 30 May 2023 00:33:22 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dbfe6832..72fe686a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,11 +9,19 @@ _site/ .bundle/ # vendor/ +# Ignore local settings /.vscode .DS_Store +# Ignore locally-generated dictionary files /mabiao /schema -/dist + +# Ignore distributions 宇浩输入法打包.py -*.zip \ No newline at end of file +/dist +*.zip + +# Ignore extra key maps +/beta/mabiao/*.png +/beta/schema/*.png \ No newline at end of file