From 5367858d28b6200aaf832d93eb666d4b819d5d4f Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 5 Dec 2023 12:23:09 -0500 Subject: [PATCH] Ignore `test-suites/` directory. It should never be committed as it contains upstream test suite content. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9c86ac7a..ebfaef10 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ npm-debug.log package-lock.json tests/webidl/*-new v8.log +test-suites/