This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch remove-translation-json in repository https://gitbox.apache.org/repos/asf/superset.git
commit aac1d4b90ee71446f57d425089b7644eaa6c0430 Author: Evan Rusackas <[email protected]> AuthorDate: Tue Feb 13 11:43:32 2024 -0700 update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4e69678246..2eada9f254 100644 --- a/.gitignore +++ b/.gitignore @@ -105,8 +105,9 @@ testCSV.csv apache-superset-*.tar.gz* release.json -# Translation binaries +# Compiled Translations messages.mo +superset/translations/*/*/*.json docker/requirements-local.txt
