From e17c2c603af2cdf4b7f19b62c0e321027e6b464a Mon Sep 17 00:00:00 2001 From: suroh Date: Fri, 6 Oct 2023 14:05:15 +0200 Subject: [PATCH] updated gitignore to include wavfroms in media folder but not media itself --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 87720c6..2d45985 100644 --- a/.gitignore +++ b/.gitignore @@ -122,4 +122,5 @@ dist # MM.Media public/fonts/*.woff* public/images -public/media +public/media/ +!public/media/**/*.png