This is an automated email from the ASF dual-hosted git repository. diegopucci pushed a commit to branch geido/fix/postgres-db-schema-catalogs in repository https://gitbox.apache.org/repos/asf/superset.git
commit 265ff891b2fad3db8fbbc245b81a7a777ed71679 Author: Diego Pucci <[email protected]> AuthorDate: Fri Jun 14 17:26:53 2024 +0200 Ignore temp_cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 02657eb0fa..8f48203704 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ docker/requirements-local.txt cache/ docker/*local* +.temp_cache \ No newline at end of file
