From 665fbc6edf54b63f0abeb51eee5a9b36ca8e2025 Mon Sep 17 00:00:00 2001 From: Paul Huliganga Date: Tue, 3 Mar 2026 10:53:53 -0500 Subject: [PATCH] Initial commit: Thingamablog web app (React frontend + Node.js backend) - React/Material-UI frontend for browsing posts - Express backend with JSON API - HSQLDB parser fallback - Clean blog data export - Comprehensive documentation --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c131ff0..6e305f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ node_modules/ build/ .env -*.log .DS_Store +*.log +.vscode/ +.idea/