mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -36,3 +36,6 @@ Userland/Libraries/LibWasm/Tests/Spec
|
|||||||
Tests/LibWeb/WPT/wpt
|
Tests/LibWeb/WPT/wpt
|
||||||
Tests/LibWeb/WPT/metadata
|
Tests/LibWeb/WPT/metadata
|
||||||
Tests/LibWeb/WPT/MANIFEST.json
|
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 @@
|
|||||||
!*
|
|
||||||
Reference in New Issue
Block a user