feat: add git tracking of logs directory with logs/.gitkeep (#2)

This is more of a follow-up for #1. Probably a good idea to add the new `.env.ini` to the gitignore too 🤦. Good thing that file is not really important (right now).

Reviewed-on: https://codeberg.org/vlw/honeypot/pulls/2
This commit is contained in:
Victor Westerlund 2025-09-23 22:22:52 +02:00
parent 0234ef984b
commit d791136abb
3 changed files with 1 additions and 1 deletions

View file

@ -1 +0,0 @@
LOG_ENABLED = false

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
logs/*
!logs/.gitkeep
.env.ini
vendor

0
logs/.gitkeep Normal file
View file