Base: Unignore all files by default

Some of the .gitignore rules of the main directory were leaking into the
Base directory, causing inconsistencies between what is ignored and what
is already checked-in.

Resolve that by explicitly unignoring all files in the Base directory
unless overwritten by a .gitignore file in a subdirectory.
This commit is contained in:
Tim Schumacher 2022-03-22 23:34:25 +01:00 committed by Brian Gianforcaro
parent fad1114d4d
commit 9ff2560123
Notes: sideshowbarker 2024-07-17 16:47:03 +09:00

1
Base/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
!*