properly ignore log files

This commit is contained in:
3wc 2021-12-08 23:42:22 +02:00
parent 7b56fd2488
commit 7ced35ac8d
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -11,7 +11,7 @@
/src/web/.htaccess /src/web/.htaccess
# Logs # Logs
/src/*.log /src/**/*.log
# Dotenv # Dotenv
/src/.env /src/.env