From 915b205b6ea1afd6e795e8ddb897ff953645d345 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 29 Apr 2024 09:54:20 +0200 Subject: [PATCH] chore(others): add `mariadb` to `.gitignore` The .gitignore file was updated to ignore the `mariadb` file, preventing it from being tracked by version control. This ensures database related elements are ignored for smoother version control operations. Signed-off-by: Mathis --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 87e2828..be4a827 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules pnpm-lock.yaml .env -dist \ No newline at end of file +dist +mariadb