Browse Source

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.
Tim Schumacher 3 năm trước cách đây
mục cha
commit
9ff2560123
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Base/.gitignore

+ 1 - 0
Base/.gitignore

@@ -0,0 +1 @@
+!*