From 61eb96268e60d6d11d803c74a81b5edf64596412 Mon Sep 17 00:00:00 2001 From: Susana Cardoso Ferreira Date: Fri, 23 Jan 2026 17:38:54 +0000 Subject: [PATCH 1/3] chore: add common ignore patterns to .gitignore --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 66afed6..501ad37 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,13 @@ -example/aibridge.db +# Common ignore patterns +.DS_Store +.idea +**/*.swp + +# Build +bin/ +build/ +dist/ +out/ + +# Project specific +example/aibridge.db \ No newline at end of file From 9789735c3999971d8231f7f02494d613cf2b64d2 Mon Sep 17 00:00:00 2001 From: Susana Cardoso Ferreira Date: Mon, 26 Jan 2026 10:30:32 +0000 Subject: [PATCH 2/3] chore: address comments --- .gitignore | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 501ad37..74c4061 100644 --- a/.gitignore +++ b/.gitignore @@ -3,11 +3,5 @@ .idea **/*.swp -# Build -bin/ -build/ -dist/ -out/ - # Project specific -example/aibridge.db \ No newline at end of file +example/aibridge.db From b0c55977d3aae44c72435e79ea262eecda4dbeac Mon Sep 17 00:00:00 2001 From: Susana Cardoso Ferreira Date: Mon, 26 Jan 2026 10:33:30 +0000 Subject: [PATCH 3/3] chore: add newline at end of file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 74c4061..3208fac 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ # Project specific example/aibridge.db +