From 27a8b1a00dc85122340fc9031dc2c55e98ed18ed Mon Sep 17 00:00:00 2001 From: Simon Gruber Date: Mon, 30 Mar 2026 10:35:11 +0200 Subject: [PATCH] Add readme and gitignore --- .gitignore | 10 ++++++++++ README.MD | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 README.MD diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..802b19b --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Ignore everything +**/*.* + +# Except this +!*.json +!.gitignore +!README.MD + +# But still ignore this +*.i.json \ No newline at end of file diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..fe99074 --- /dev/null +++ b/README.MD @@ -0,0 +1,5 @@ +# Lunchtime Menu Templates + +Templates for use with Lunchtime. + +Try it out on https://lunchtime.sgruber.at \ No newline at end of file