1
1
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:
2025-11-07 13:40:04 +08:00
parent 833e5576da
commit 11bcd77208
5 changed files with 20 additions and 16 deletions
+17 -14
View File
@@ -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
View File
@@ -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.
+1
View File
@@ -0,0 +1 @@
this folder is used to store the config files.
+1
View File
@@ -0,0 +1 @@
This folder is used to store the model using by ddddocr.
-1
View File
@@ -1 +0,0 @@
This folder is used to store the models by ddddocr.