gitignore fixes

This commit is contained in:
nckcard
2025-07-02 16:39:10 -07:00
parent b423ba869f
commit 5d9a101507
5 changed files with 179 additions and 165 deletions

4
data/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# ignore everything in this folder except my README.md and myself
*
!README.md
!/.gitignore