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 <yidhra@tuta.io>
This commit is contained in:
Mathis H (Avnyr) 2024-04-29 09:54:20 +02:00
parent 4ff1aa852d
commit 915b205b6e
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
node_modules
pnpm-lock.yaml
.env
dist
dist
mariadb