mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Meta: Remove .gitignore from Base/
Base/.gitignore leaks into serenity's file-system. It can be safely removed by adding equivalent un-ignore pattern in top-level .gitignore.
This commit is contained in:
parent
413e212ea8
commit
e0e027c17c
Notes:
sideshowbarker
2024-07-17 03:25:24 +09:00
Author: https://github.com/ronak69 Commit: https://github.com/SerenityOS/serenity/commit/e0e027c17c Pull-request: https://github.com/SerenityOS/serenity/pull/20258 Reviewed-by: https://github.com/timschumi ✅
2 changed files with 3 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -36,3 +36,6 @@ Userland/Libraries/LibWasm/Tests/Spec
|
|||
Tests/LibWeb/WPT/wpt
|
||||
Tests/LibWeb/WPT/metadata
|
||||
Tests/LibWeb/WPT/MANIFEST.json
|
||||
|
||||
# Ensure that all files in /Base can be tracked, even if they match one of the above rules
|
||||
!/Base/**
|
||||
|
|
1
Base/.gitignore
vendored
1
Base/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
!*
|
Loading…
Reference in a new issue