From 4eb364f91978db31ea677cbe5d0fcba7db90485d Mon Sep 17 00:00:00 2001 From: Bouncey Date: Sun, 30 Sep 2018 12:17:32 +0100 Subject: [PATCH] chore(git) Ignore built frame-runners --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 09b30940a7..3dfb662237 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ node_modules .DS_Store -curriculum/dist/ \ No newline at end of file +curriculum/dist/ +client/static/js/frame-runner*.js \ No newline at end of file