U .gitignore添加忽略logs目录下的日志文件

pull/59/head
vapao 2020-04-14 14:18:52 +08:00
parent 57d3369804
commit 50b62374f3
1 changed files with 1 additions and 0 deletions

1
spug_api/.gitignore vendored
View File

@ -6,3 +6,4 @@ __pycache__/
migrations/
/access.log
/repos/*
/logs/*