first commit

This commit is contained in:
2026-02-14 00:20:09 +08:00
commit d8e0f50895
2 changed files with 181 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Node/React
**/node_modules/
**/build/
**/coverage/
# Go
**/*.exe
**/*.test
**/*.out
**/*.dll
**/*.so
**/*.dylib
# Data files
**/data/data.json
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS
.DS_Store
Thumbs.db