fix:gitignore

This commit is contained in:
zty 2024-07-09 10:42:15 +08:00
parent 992a1a039d
commit 3884bc5229
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ __pycache__/
# client # client
node_modules/ node_modules/
dist/* dist/*
public/pdfjs/*
!dist/index_zs.html !dist/index_zs.html
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*