忽略中间文件
This commit is contained in:
parent
e4b58b5da0
commit
4f26df2afa
|
|
@ -0,0 +1,20 @@
|
|||
# 部署标志文件
|
||||
.deployed_mysql
|
||||
.deployed_nacos
|
||||
.deployed_redis
|
||||
|
||||
# Python 缓存
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# 虚拟环境
|
||||
path/to/venv/
|
||||
|
||||
# 日志文件
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# 备份文件
|
||||
*.bak
|
||||
Loading…
Reference in New Issue