Kick off the project with README, .gitignore, and PLAN

This commit is contained in:
2026-03-28 08:23:26 +02:00
commit 83d812e289
3 changed files with 112 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Our fancy .gitignore
# Node, nobody wants this in their repo, right?
node_modules/
npm-debug.log*
# Keep secrets local please!
.env
# Editor junk, each to their own trash bin
.vscode/
.idea/
*.swp
*.swo
# Mac and Windows breadcrumbs
.DS_Store
Thumbs.db