From b6d1f9cc6f0ce2be8e7442225fee87e876282c73 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 07:06:05 +0000 Subject: [PATCH] Add README, LICENSE, package.json, and CHANGELOG --- .gitignore | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index 5ad51b3..1b759da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,11 @@ -# Dependencies node_modules/ - -# Build outputs dist/ build/ *.tsbuildinfo - -# Test coverage coverage/ - -# IDE -.vscode/ -.idea/ -*.swp -*.swo -* - -# OS -.DS_Store -Thumbs.db - -# Logs -logs/*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Environment .env .env.local -.env.*.local +*.log +.DS_Store +.vscode/ +.idea/