Skip to content

Commit e0e027c

Browse files
ronak69timschumi
authored andcommitted
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.
1 parent 413e212 commit e0e027c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ Userland/Libraries/LibWasm/Tests/Spec
3636
Tests/LibWeb/WPT/wpt
3737
Tests/LibWeb/WPT/metadata
3838
Tests/LibWeb/WPT/MANIFEST.json
39+
40+
# Ensure that all files in /Base can be tracked, even if they match one of the above rules
41+
!/Base/**

Base/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)