add websocket server to this dir. fix stuff for client
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,6 +4,7 @@
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
*/node_modules
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
@ -35,6 +36,7 @@ yarn-error.log*
|
||||
# do not commit any .env files to git, except for the .env.example file. https://create.t3.gg/en/usage/env-variables#using-environment-variables
|
||||
.env
|
||||
.env*.local
|
||||
*/.env
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
@ -43,4 +45,4 @@ yarn-error.log*
|
||||
*.tsbuildinfo
|
||||
|
||||
# idea files
|
||||
.idea
|
||||
.idea
|
||||
|
Reference in New Issue
Block a user