mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 23:43:02 +08:00
chore(*, .gitignore): rename some folders, correct expressions in their readme.md files, and update the .gitignore
This commit is contained in:
+17
-14
@@ -1,14 +1,17 @@
|
|||||||
**/build
|
.vscode/
|
||||||
**/dist
|
|
||||||
**/models/*.onnx
|
.stfolder
|
||||||
**/driver/*.exe
|
.stignore
|
||||||
**/.git
|
|
||||||
**/.vscode
|
__pycache__/
|
||||||
**/.stfolder
|
build/
|
||||||
**/.stignore
|
dist/
|
||||||
**/gui/AutoLibraryResources.py
|
model/*.onnx
|
||||||
**/__pycache__
|
driver/*.exe
|
||||||
**/gui/AutoLibraryResource.py
|
gui/configs/*.json
|
||||||
**/gui/Ui_ALMainWindow.py
|
gui/translators/qtbase_zh_CN.qm
|
||||||
**/gui/Ui_ALConfigWidget.py
|
gui/AutoLibraryResources.py
|
||||||
**/gui/translators/qtbase_zh_CN.qm
|
gui/AutoLibraryResource.py
|
||||||
|
gui/Ui_ALMainWindow.py
|
||||||
|
gui/Ui_ALConfigWidget.py
|
||||||
|
Main.spec
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
This folder is used to store the browser driver by selenium.
|
This folder is used to store the browser driver using by selenium.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
this folder is used to store the config files.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
This folder is used to store the model using by ddddocr.
|
||||||
@@ -1 +0,0 @@
|
|||||||
This folder is used to store the models by ddddocr.
|
|
||||||
Reference in New Issue
Block a user