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:
ronak69 2023-07-29 20:17:34 +00:00 committed by Tim Schumacher
parent 413e212ea8
commit e0e027c17c
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -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
View File

@ -1 +0,0 @@
!*