From 9ff2560123f84888e0ce3ba1a20e6d3bf7302136 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Tue, 22 Mar 2022 23:34:25 +0100 Subject: [PATCH] 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. --- Base/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 Base/.gitignore diff --git a/Base/.gitignore b/Base/.gitignore new file mode 100644 index 0000000000..f9be8dfe09 --- /dev/null +++ b/Base/.gitignore @@ -0,0 +1 @@ +!*