chore: Update .gitignore to exclude all log files and archives

This commit is contained in:
InfinityPacer
2024-09-30 00:38:01 +08:00
parent 0593275a62
commit 709f8ef3ed

1
.gitignore vendored
View File

@@ -14,6 +14,7 @@ app/plugins/**
config/cookies/**
config/user.db
config/sites/**
config/logs
*.pyc
*.log
.vscode