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.
This commit is contained in:
Mathis H (Avnyr) 2024-05-15 11:02:05 +02:00
parent 064b51e0bd
commit 5283491a3b
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

3
.gitignore vendored
View File

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