mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +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
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…
Add table
Add a link
Reference in a new issue