From 0051759180ae85cc6b4ec616ce99c8b6a196e09a Mon Sep 17 00:00:00 2001 From: Luigi Carvalho Date: Wed, 14 Feb 2024 12:51:20 +0000 Subject: [PATCH] Added Migrations and Databases path to gitgnore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 0094706..13b3eb2 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,12 @@ bld/ #[Uu]ploads/ #Server/[Uu]ploads/ +# Migrations directory of lcpcollection server +Server/[Mm]igrations/ + +# Databases directory of lcpcollection server +Server/[Dd]atabases/ + # Secrets json file Auth/secrets.json