From 5af9819f00bbfba18318314d7643d19cb032fb9d Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Fri, 22 Jan 2016 15:50:21 -0500 Subject: [PATCH] Ignore injected uppy dist folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2a24c1abc..5a6f19d38 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,6 @@ website/node_modules/ website/public/ website/.deploy*/ website/src/_drafts -website/themes/uppy/source/js/uppy.js +website/themes/uppy/source/uppy/ npm-debug.log*