mirror of https://github.com/openspug/spug
U .gitignore添加忽略logs目录下的日志文件
parent
57d3369804
commit
50b62374f3
|
@ -6,3 +6,4 @@ __pycache__/
|
||||||
migrations/
|
migrations/
|
||||||
/access.log
|
/access.log
|
||||||
/repos/*
|
/repos/*
|
||||||
|
/logs/*
|
||||||
|
|
Loading…
Reference in New Issue