first commit

This commit is contained in:
Misaka_Company
2026-02-28 14:11:35 +08:00
commit cae0b845ac
36 changed files with 11606 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# Dependencies
node_modules/
# Build outputs
dist/
out/
release/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# System files
.DS_Store
Thumbs.db
*.swp
*.swo
# Environment variables
.env
.env.*
# Testing
coverage/
*.lcov
# Cache
.eslintcache
.tsbuildinfo
# Editor
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/launch.json
# Temporary files
*.tmp
*.temp
# Electron builder
build/builder-effective-config.yaml