Convert .fossil-settings/ignore-glob to .gitignore

This commit is contained in:
Jonathan Schleifer 2025-06-24 23:25:04 +02:00
parent 25edf21d2c
commit 6c6061e38e
Signed by: js
GPG key ID: C601EE21773E7C8F
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +0,0 @@
*.cfg
build
data
packages

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
*.cfg
/build
/data
/packages