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:
parent
4ff1aa852d
commit
915b205b6e
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
node_modules
|
||||
pnpm-lock.yaml
|
||||
.env
|
||||
dist
|
||||
dist
|
||||
mariadb
|
||||
|
Loading…
x
Reference in New Issue
Block a user