From 30bb35910cc2ec0cfd64df9531a505b5d8c0ce18 Mon Sep 17 00:00:00 2001 From: Spicy_Marinara Date: Tue, 14 Oct 2025 00:07:37 +0200 Subject: [PATCH] Initial commit: RPG Companion Extension v1.0.0 - Character tracking with emoji, traits, thoughts, relationships - Location tracking with name, description, weather, temperature - Quest tracking with objectives and plot progression - Inventory management with item conditions - Party composition tracking - Player stats (health, energy, mood) - Two generation modes: Separate (Info Box) and Merged (inline) - Customizable themes and styling - Editable thought bubbles with fixed positioning - Support for Discord and Ko-fi links - AGPLv3 License --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0beb2dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# macOS +.DS_Store + +# Editor directories and files +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# Logs +*.log + +# Backup files +*.backup +*.bak +*.old + +# Node modules (if any) +node_modules/