This commit is contained in:
zyj
2025-08-30 18:04:42 +08:00
commit d0d1a1f6bb
6 changed files with 124 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
.DS_Store
node_modules/
/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/public/uploads/
config.yaml
*.pb.go
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln