From a1916ea15bf6aa1201a26c19ec4ddcf6a571c45c Mon Sep 17 00:00:00 2001 From: David Larlet Date: Thu, 20 Jun 2024 11:06:31 -0400 Subject: [PATCH] chore: add tx (transifex executable) to gitignore With the recommended way to install their CLI tool (https://developers.transifex.com/docs/cli) you end up having that executable within your umap workspace. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 72f673fa..297f145a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ dist/ *.egg-info/ playwright/.auth/ test-results/ + +### Transifex ### +tx