From 69c35bc6dab40b588e35e77282ded67760fd20b0 Mon Sep 17 00:00:00 2001 From: Shaamil Ahmed Date: Thu, 9 Apr 2026 19:18:50 +0500 Subject: [PATCH] Added git ignore file --- LibraryApp.Domain/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 LibraryApp.Domain/.gitignore diff --git a/LibraryApp.Domain/.gitignore b/LibraryApp.Domain/.gitignore new file mode 100644 index 0000000..d45db4d --- /dev/null +++ b/LibraryApp.Domain/.gitignore @@ -0,0 +1,2 @@ +[Bb]in/ +[Oo]bj/ \ No newline at end of file