From 4249e902b2d7da74b4aa2868121a8a01d510f62b Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 18 Jun 2024 06:30:27 +0200 Subject: [PATCH] Feat: add *.duckdb in gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1cbd8cd..2e33640 100644 --- a/.gitignore +++ b/.gitignore @@ -159,3 +159,5 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +*.duckdb