From 2214396f7697a27b24b036f522722e2fa2c68a98 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Tue, 28 Nov 2023 11:59:45 +0100 Subject: [PATCH] generalize gitignore for transpiled files in test projects --- .gitignore | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 08947cc0..97f8e205 100644 --- a/.gitignore +++ b/.gitignore @@ -355,15 +355,10 @@ paket-files/ # Custom ignored files dist/ tmp/ -/tests/FileSystem/FileSystem.Tests/js -/tests/ISA/ISA.Json.Tests/js -/tests/ISA/ISA.Spreadsheet.Tests/js -/tests/ISA/ISA.Tests/js /tests/JavaScript/ARCtrl /tests/Python/ARCtrl -/tests/ARCtrl/js -/tests/FileSystem/js - -/tests/UI/cypress/screenshots/Tests/Dictionary.cy.js /tests/UI/ARCtrl +/tests/**/js +/tests/**/py +/tests/UI/cypress/screenshots/Tests/Dictionary.cy.js /tests/ISA/ISA.Tests/py