From 85133c0488fdedb8616ffca73b7118ea5177f9e0 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 1 Jan 2016 00:08:20 +0200 Subject: Initial react and webpack flow --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a66af28..72e881e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pyc __pycache__/ -static/ +node_modules/ +static/img/ dump.rdb -- cgit v1.3.1