From f7f1972c72eee61521f062d40559ae1179585b2e Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 2 May 2016 21:59:52 -0700 Subject: [PATCH] Ignore dist/ from git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3e0b14e3f..0b3225b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +dist/* node_modules/* .env npm-debug.log