From 5283491a3b9843c5ce79b2f391c027fec204c70f Mon Sep 17 00:00:00 2001 From: Mathis Date: Wed, 15 May 2024 11:02:05 +0200 Subject: [PATCH] refactor: .gitignore file This commit removes 'mariadb' and 'mongodb' from the .gitignore file and adds '.data'. These changes ensure that project-specific data and generated files are properly ignored by the version control system. --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8d6b04c..2510e12 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -mariadb -mongodb +.data node_modules pnpm-lock.yaml .env \ No newline at end of file