From 1a7d92c60dc62af997e9ce9f77a92d753615043f Mon Sep 17 00:00:00 2001 From: Muppetteer Date: Fri, 12 Dec 2025 16:51:07 +1100 Subject: [PATCH] Add /shared/ folder to gitignore (#1827) --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8fd64589..0058372b 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,6 @@ out/ .vscode/ local/ -booklore-api/src/main/resources/application-local.yaml \ No newline at end of file +### Dev config, books, and data ### +booklore-api/src/main/resources/application-local.yaml +/shared/ \ No newline at end of file