diff --git a/.gitignore b/.gitignore index a42f6b2ea6e..598de081039 100644 --- a/.gitignore +++ b/.gitignore @@ -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/** diff --git a/Base/.gitignore b/Base/.gitignore deleted file mode 100644 index f9be8dfe090..00000000000 --- a/Base/.gitignore +++ /dev/null @@ -1 +0,0 @@ -!*