Skip to content

Commit

Permalink
rearanged files
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Nov 10, 2023
1 parent d7d793d commit 52b9ce0
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 28 deletions.
27 changes: 24 additions & 3 deletions WebSocketClient/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
npm-debug.log
node_modules/
dist/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
File renamed without changes.
24 changes: 0 additions & 24 deletions WebSocketClient/UVLPlayground/.gitignore

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:

webserver:
build:
context: ./WebSocketClient/UVLPlayground
context: ./WebSocketClient
dockerfile: Dockerfile
restart: on-failure
networks:
Expand Down

0 comments on commit 52b9ce0

Please sign in to comment.