From fc2877f669a0844ab400e4307648e2c65779bdc7 Mon Sep 17 00:00:00 2001 From: Shnimlz Date: Tue, 2 Dec 2025 15:33:39 +0000 Subject: [PATCH] chore: Add `dist/`, `.env`, `*.mp4`, and `*.zip` to `.gitignore`. --- AmayoWeb/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AmayoWeb/.gitignore b/AmayoWeb/.gitignore index 5a78f8e..f4b8671 100644 --- a/AmayoWeb/.gitignore +++ b/AmayoWeb/.gitignore @@ -38,3 +38,9 @@ coverage # Vitest __screenshots__/ + + +dist/ +.env +*.mp4 +*.zip \ No newline at end of file