From 3aeed432636402d2ebf200a52f9c0eecfa0eba09 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Mon, 30 Dec 2013 12:36:49 +0100 Subject: [PATCH] Added downloads directory That's because I have nowhere else really to host the files and I need a place to keep the windows setup --- feedback-ltworf/app.yaml | 2 ++ feedback-ltworf/downloads/.gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 feedback-ltworf/downloads/.gitignore diff --git a/feedback-ltworf/app.yaml b/feedback-ltworf/app.yaml index 9dd47da..519d98d 100644 --- a/feedback-ltworf/app.yaml +++ b/feedback-ltworf/app.yaml @@ -7,3 +7,5 @@ threadsafe: true handlers: - url: /.* script: feedback.application +- url: /downloads + static_dir: downloads diff --git a/feedback-ltworf/downloads/.gitignore b/feedback-ltworf/downloads/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/feedback-ltworf/downloads/.gitignore @@ -0,0 +1 @@ +*