Skip to content

Commit cd43c53

Browse files
committed
new directory
1 parent 3bd0627 commit cd43c53

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+41
-141
lines changed

.github/workflows/build_soundness.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: Build And Soundness checks
1+
name: Build, tests & soundness checks
22

33
on: [push, pull_request]
44

55
jobs:
6-
build:
6+
playground-backend:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
1010
uses: actions/checkout@v4
11-
- name: Run tests
12-
working-directory: backend
11+
- name: Web playground backend tests
12+
working-directory: web-playground/backend
1313
run: swift build
1414

1515
soundness:

.gitignore

Lines changed: 37 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -14,46 +14,40 @@ Package.resolved
1414
.env
1515
Makefile
1616

17-
# backend
18-
backend/.DS_Store
19-
backend/.build
20-
backend/.swiftpm
21-
backend/.devContainer
22-
backend/Packages
23-
backend/*.xcodeproj
24-
backend/xcuserdata/
25-
backend/.vscode/*
26-
backend/!/.vscode/hummingbird.code-snippets
27-
backend/.env.*
28-
backend/.env
29-
backend/img/generated_images
30-
backend/.vscode
31-
backend/Makefile
32-
33-
# frontend
34-
frontend/node_modules
35-
frontend/.pnp
36-
frontend/.pnp.js
37-
frontend/.yarn/install-state.gz
38-
39-
frontend/coverage
40-
41-
frontend/.next/
42-
frontend/out/
43-
44-
frontend/build
45-
46-
frontend/.DS_Store
47-
frontend/*.pem
48-
49-
frontend/npm-debug.log*
50-
frontend/yarn-debug.log*
51-
frontend/yarn-error.log*
52-
53-
frontend/.env*.local
54-
55-
frontend/.vercel
56-
57-
frontend/*.tsbuildinfo
58-
frontend/next-env.d.ts
59-
frontend/Makefile
17+
node_modules
18+
19+
# **/backend
20+
**/backend/.DS_Store
21+
**/backend/.build
22+
**/backend/.swiftpm
23+
**/backend/.devContainer
24+
**/backend/Packages
25+
**/backend/*.xcodeproj
26+
**/backend/xcuserdata/
27+
**/backend/.vscode/*
28+
**/backend/!/.vscode/hummingbird.code-snippets
29+
**/backend/.env.*
30+
**/backend/.env
31+
**/backend/img/generated_images
32+
**/backend/.vscode
33+
**/backend/Makefile
34+
35+
# **/frontend
36+
**/frontend/node_modules
37+
**/frontend/.pnp
38+
**/frontend/.pnp.js
39+
**/frontend/.yarn/install-state.gz
40+
**/frontend/coverage
41+
**/frontend/.next/
42+
**/frontend/out/
43+
**/frontend/build
44+
**/frontend/.DS_Store
45+
**/frontend/*.pem
46+
**/frontend/npm-debug.log*
47+
**/frontend/yarn-debug.log*
48+
**/frontend/yarn-error.log*
49+
**/frontend/.env*.local
50+
**/frontend/.vercel
51+
**/frontend/*.tsbuildinfo
52+
**/frontend/next-env.d.ts
53+
**/frontend/Makefile

.vscode/launch.json

Lines changed: 0 additions & 94 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)