Add .gitignore and ignore file
This commit is contained in:
parent
3884bc5229
commit
ae140d05f1
|
@ -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*
|
||||||
|
|
Loading…
Reference in New Issue