From 418c32e33426b9f5aec95883b0745edd0d4576c2 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Wed, 15 Mar 2023 04:51:44 -0400 Subject: [PATCH] Make git ignore mp4 and vtt files in /resources --- frontend/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/.gitignore b/frontend/.gitignore index 9c4b5d5e8..8159e7c7b 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -54,7 +54,8 @@ src/resources/assets-testnet.json src/resources/assets-testnet.minimal.json src/resources/pools.json src/resources/mining-pools/* -src/resources/*.mp4 +src/resources/**/*.mp4 +src/resources/**/*.vtt # environment config mempool-frontend-config.json