From 898e7ed11ab0958fcdaf65b99b33f7b04787630a Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 24 Sep 2017 22:14:48 +0200 Subject: Bootstrap with GHCJS and reflex: - setup login and logout, - first draft of payment view. --- .gitignore | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4765b25..0650382 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,14 @@ database database-shm database-wal -elm-stuff/ -.stack-work -public/javascripts/client.js +dist +sharedCost.nix +public/javascript/main.js sessionKey local.conf +reflex-platform/ +*.js_hi +*.js_dyn_hi +*.js_o +*.js_dyn_o +Main.jsexe -- cgit v1.2.3