From 987385d1540f690fb3ec69150f16f6105f440dbd Mon Sep 17 00:00:00 2001 From: maren Date: Sat, 2 Dec 2023 18:43:07 -0500 Subject: [PATCH 1/2] update readme --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 23b723f..1ce874a 100644 --- a/readme.md +++ b/readme.md @@ -6,3 +6,6 @@ DIY sms announce lists for you and yours 🤳 - work in a branch - don't worry about tidy commits! just keep your work in a branch - open a PR and review with someone synchronously before merging to main + +## pronunciation +pronounced like `DYE-sims` -- 2.45.2 From 8959458b815161238ffa9d10bf90804bc76e1554 Mon Sep 17 00:00:00 2001 From: maren Date: Sat, 2 Dec 2023 19:34:05 -0500 Subject: [PATCH 2/2] update gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e85d60 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.env +.envrc +.DS_Store -- 2.45.2