From bd8ed1bf81c32dad8713227501e6a0db74352e41 Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 10 Nov 2025 16:12:59 +0100 Subject: [PATCH] added mp4, flac and wav files to gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 72086f9..8bf7970 100644 --- a/.gitignore +++ b/.gitignore @@ -964,4 +964,8 @@ app.*.symbols !/dev/ci/**/Gemfile.lock #Storage files -storage/ \ No newline at end of file +storage/ + +*.mp4 +*.wav +*.flac