From d426b6140f2f87b9202e8f8a395cd7b9cee2896a Mon Sep 17 00:00:00 2001 From: Amit Kumar Nandi <11887616+aamitn@users.noreply.github.com> Date: Thu, 15 Feb 2024 20:23:50 +0530 Subject: [PATCH] modified gitignore to add exclusion rule for file C:\Users\bigwiz\IdeaProjects\URLShortener\shortener_db_schema.sql which is located in the root of the git repo --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7582b19..48a7a37 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,5 @@ build/ ### VS Code ### .vscode/ + +shortener_db_schema.sql \ No newline at end of file