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