Add data folder for vnstat bootstrap.

This commit is contained in:
Joseph Hanson 2024-03-23 16:09:33 -05:00
parent f81d30bdee
commit 045078b03e
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 7 additions and 0 deletions

View file

@ -4,3 +4,4 @@
# Track certain files and directories
!.gitignore
!.gitkeep
!data/

6
containers/vnstat/data/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
# Ignore everything
/*
# Track certain files and directories
!.gitignore
!.gitkeep

View file