mirror of
https://gitee.com/coder-xiaomo/gitee2github
synced 2025-09-13 07:21:39 +08:00
单一py文件拆分为py文件模块,功能完成
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -1 +1,17 @@
|
||||
*.json
|
||||
# Python 运行时文件
|
||||
__pycache__
|
||||
*.pyc
|
||||
|
||||
# 临时文件
|
||||
temp
|
||||
|
||||
# 需要用户自行配置的文件
|
||||
config.ini
|
||||
mapping.json
|
||||
|
||||
# 用户运行时产生文件
|
||||
GlobalVars.json
|
||||
commands.bat
|
||||
commands.txt
|
||||
# 克隆的Git仓库
|
||||
*.git
|
Reference in New Issue
Block a user