Add .gitignore and ignore file

This commit is contained in:
zty 2024-07-09 14:35:01 +08:00
parent 3884bc5229
commit ae140d05f1
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

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