This commit is contained in:
2023-07-04 23:47:01 +08:00
parent c8e17c3c47
commit 823e86f6a4
27 changed files with 17492 additions and 0 deletions

30
.gitignore vendored
View File

@@ -21,3 +21,33 @@
# Go workspace file
go.work
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vscode
movie
server/server
server/main
__debug_bin