first commit

This commit is contained in:
2023-02-19 23:20:29 +08:00
commit 8efe30265d
21 changed files with 2103 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
# Misc
.DS_Store
node_modules/
dist/
dist-ssr/
# Local files
*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Binaries for programs and plugins
*.exe
*.exe.manifest
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/