Updating Everything to work correctly

This commit is contained in:
Max G
2020-10-05 06:45:50 +00:00
parent cf426eba81
commit e5adaefa0e
43 changed files with 6494 additions and 7217 deletions

13
client/.gitignore vendored
View File

@@ -1,9 +1,17 @@
.DS_Store
node_modules/
/dist/
node_modules
/dist
# 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
@@ -12,3 +20,4 @@ yarn-error.log*
*.ntvs*
*.njsproj
*.sln
*.sw?