Skip to content

Commit 149de90

Browse files
feat: Room Creation (#10)
Co-authored-by: Jeongyeon Lee <[email protected]>
1 parent 18413a4 commit 149de90

File tree

119 files changed

+613
-9600
lines changed

Some content is hidden

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

119 files changed

+613
-9600
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ dist
1212
dist-ssr
1313
*.local
1414

15+
.env
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
1521
### yarn ###
1622
.yarn/*
1723
!.yarn/releases
@@ -37,4 +43,4 @@ dist-ssr
3743
### VisualStudioCode Patch ###
3844
# Ignore all local history of files
3945
.history
40-
.ionide
46+
.ionide

node_modules/.bin/node-which

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/semver

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/@esbuild/darwin-arm64/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
-9.38 MB
Binary file not shown.

node_modules/@esbuild/darwin-arm64/package.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

node_modules/@rollup/rollup-darwin-arm64/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

node_modules/@rollup/rollup-darwin-arm64/package.json

Lines changed: 0 additions & 19 deletions
This file was deleted.
Binary file not shown.

node_modules/@swc/core-darwin-arm64/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)