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>
The update now includes `dist` directory in the `.gitignore` file to avoid pushing compiled files to the repository.
Signed-off-by: Mathis <yidhra@tuta.io>