Added .gitkeep to data/keys directory.

This commit is contained in:
Jakob Friedl
2025-07-24 22:37:30 +02:00
parent dcf6285a2a
commit ad31b90687
2 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@@ -1,8 +1,8 @@
# Ignore agents # Ignore agents
# agents/ # agents/
*.db *.db
data/* *.key
!data/.gitkeep !data/*/.gitkeep
# Ignore binaries # Ignore binaries
bin/* bin/*
!bin/.gitkeep !bin/.gitkeep