Merge branch 'master' into dev-ops/k8s

This commit is contained in:
Thilo Behnke
2022-08-08 20:16:08 +02:00
4 changed files with 10 additions and 0 deletions

1
pong/.gitignore vendored
View File

@@ -1 +1,2 @@
/.idea
Cargo.lock

View File

@@ -4,6 +4,10 @@ set -e
echo "Environment prepared."
echo "Hack for copying the main cargo.lock into the workspace members"
cp Cargo.toml ./pong/
cp Cargo.toml ./server/
echo "Copy local dependencies into components."
cp -r ./pong ./client/wasm/
cp -r ./pong ./server/

View File

@@ -4,6 +4,10 @@ set -e
echo "Environment prepared."
echo "Hack for copying the main cargo.lock into the workspace members"
cp Cargo.toml ./pong/
cp Cargo.toml ./server/
echo "Copy local dependencies into components."
cp -r ./pong ./client/wasm/
cp -r ./pong ./server/

1
server/.gitignore vendored
View File

@@ -1 +1,2 @@
pong
Cargo.lock