From cd1264646a1ed8a2bbc6d053080f6a6bbfb8f972 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 07:05:00 +0000 Subject: [PATCH] Initial commit: Add project structure and configuration --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ad51b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# 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