Move server code to this repo (#95)

move server code to this repo
This commit is contained in:
Mungai Njoroge
2023-01-13 20:01:52 +03:00
committed by GitHub
parent dd257e919d
commit 198957bcae
318 changed files with 6259 additions and 16797 deletions
+11 -12
View File
@@ -1,18 +1,7 @@
.DS_Store
node_modules
/dist
.yarn*
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
@@ -23,4 +12,14 @@ pnpm-debug.log*
*.sln
*.sw?
__pycache__
__pycache__
.hypothesis
sqllib.py
encoderx.py
tests
.pytest_cache
# pyinstaller files
dist
build
client