first commit

This commit is contained in:
douboer
2025-11-04 17:50:43 +08:00
commit 0cd9a27593
22 changed files with 3296 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
node_modules/
dist/
coverage/
output/
noflag/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Test
*.test.js
*.spec.js