From ae140d05f1509a6d54d107a68a3918574ff02cf3 Mon Sep 17 00:00:00 2001 From: zty Date: Tue, 9 Jul 2024 14:35:01 +0800 Subject: [PATCH] Add .gitignore and ignore file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e11745c..29fbf02 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ __pycache__/ # client node_modules/ dist/* -public/pdfjs/* +public/* !dist/index_zs.html npm-debug.log* yarn-debug.log*