Update .gitignore

Prevent committing or wiping .log files from the root directory of the repository.
This commit is contained in:
mbuc 2023-09-21 15:56:33 -04:00 committed by GitHub
parent 492db2de8d
commit 265e384c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ venv/
/web/extensions/*
!/web/extensions/logging.js.example
!/web/extensions/core/
/*.log