From 662bccf2c249960e5cabbe9576b26257fb50d39b Mon Sep 17 00:00:00 2001 From: Daniel Wykerd Date: Thu, 16 Jun 2022 12:03:24 +0200 Subject: [PATCH] chore: update .gitignore Ignore videos and tmp/ directory --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 8deca85b..dfdfb958 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,11 @@ jspm_packages/ # pnpm .pnpm-debug.log* pnpm-lock.yaml + +# Downloaded assets +*.mp4 +*.webm +*.mkv + +# Temporary files for testing +tmp/