From 10fa99186f46435c179ec6cfdbe2407f5a04f7a4 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 1 May 2019 14:31:49 +0200 Subject: .gitignore: Ignore build directory For now. We'll probably want to add it back in (or dist/) later. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2ccbe46..34b23da 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +/build/ /node_modules/ -- cgit v1.2.3