Use .gitignores instead of .keeps

@fernando Mentioned this convention should be preferred.
This commit is contained in:
Bruno Pajdek
2024-12-16 18:59:59 +00:00
committed by Lasath Fernando
parent 6cbe5099cf
commit 0d12df74a3
5 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -13,4 +13,3 @@
mkosi.local.conf
mkosi.output
mkosi.sandbox/etc/pacman.conf
mkosi.sandbox/etc/pacman.d/mirrorlist

View File

@@ -0,0 +1 @@
*

1
mkosi.sandbox/etc/pacman.d/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*

View File