From 969088df93c81af892a5d76d94e8705ac48d9706 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 14 Oct 2024 11:48:49 +0300 Subject: [PATCH] GitIgnore: Add generated js files in test/src --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fce4ec9..c66aa46 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,8 @@ test/vendor # Build output. lib/xhr2.js -test/js +test/js/ +test/src/*.js tmp/*.js # Documentation output.