添加 .gitignore 排除 Releases 和 Test 目录
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# 发布包
|
||||||
|
Releases/
|
||||||
|
|
||||||
|
# 测试文件
|
||||||
|
Test/
|
||||||
|
|
||||||
|
# 日志文件
|
||||||
|
*.log
|
||||||
|
logs/
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
.pyo
|
||||||
|
.env
|
||||||
|
.venv/
|
||||||
Reference in New Issue
Block a user