mirror of
https://codeberg.org/vlw/honeypot.git
synced 2025-11-04 20:12:42 +01:00
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:
parent
0234ef984b
commit
d791136abb
3 changed files with 1 additions and 1 deletions
1
.env.ini
1
.env.ini
|
|
@ -1 +0,0 @@
|
|||
LOG_ENABLED = false
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
logs/*
|
||||
!logs/.gitkeep
|
||||
|
||||
.env.ini
|
||||
vendor
|
||||
0
logs/.gitkeep
Normal file
0
logs/.gitkeep
Normal file
Loading…
Add table
Reference in a new issue