From 2c0e17cb977a1e8782799b337df8b1583d019906 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Mon, 12 Oct 2015 22:36:01 +0200 Subject: bootstraping react --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 65848cc3..67126535 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,7 @@ build src/conf/conf.cfg .coverage + +# node files +node_modules +src/web/static/js/bundle.min.js -- cgit