From 80dff138cc3e14ff6657ebb3cf05c70aaf568575 Mon Sep 17 00:00:00 2001 From: Mathis Date: Fri, 26 Apr 2024 16:22:30 +0200 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 499b619..87e2828 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules pnpm-lock.yaml .env +dist \ No newline at end of file