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>
6 lines
46 B
Plaintext
6 lines
46 B
Plaintext
node_modules
|
|
pnpm-lock.yaml
|
|
.env
|
|
dist
|
|
mariadb
|