From a9fcda2bbbe6815a6f2d94261b4b80fa0f608cae Mon Sep 17 00:00:00 2001 From: Greg Date: Sat, 10 May 2025 10:16:39 +0200 Subject: [PATCH] chore: initial project setup with gitignore and readme --- .gitignore | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30e9aa1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.env +node_modules +/Input +.windsurfrules \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a1793f --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +A simple, editable attendance table with dates as rows and player names (plus guest) as columns. Users can mark their attendance with a click. No login, no user management, just a fast and easy attendance tracker. \ No newline at end of file