From 6cdf1ac29f617848ca08ddcc544deb1ee069e310 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 16 Dec 2014 18:24:32 +0200 Subject: how to run client with file:// create two symlinks like so: ln -sf ../../res/templates/index.html . ln -sf ../../res/client res --- src/client/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/client/.gitignore (limited to 'src') diff --git a/src/client/.gitignore b/src/client/.gitignore new file mode 100644 index 00000000..31b5a384 --- /dev/null +++ b/src/client/.gitignore @@ -0,0 +1,2 @@ +index.html +res -- cgit v1.3.1