chore(others): add dist to .gitignore

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>
This commit is contained in:
Mathis H (Avnyr) 2024-04-26 16:22:30 +02:00
parent 0887fe213f
commit 80dff138cc
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

1
.gitignore vendored
View File

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