mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
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:
parent
fad1114d4d
commit
9ff2560123
Notes:
sideshowbarker
2024-07-17 16:47:03 +09:00
Author: https://github.com/timschumi
Commit: 9ff2560123
Pull-request: https://github.com/SerenityOS/serenity/pull/13200
1 changed files with 1 additions and 0 deletions
1
Base/.gitignore
vendored
Normal file
1
Base/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
!*
|
Loading…
Add table
Add a link
Reference in a new issue