chore: 添加数据库文件到 .gitignore 并清理已提交的数据库文件
This commit is contained in:
parent
e9c563ce77
commit
c33067fbcb
|
|
@ -27,3 +27,5 @@ __pycache__
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
*.db
|
||||||
|
server/data/*.db
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue