Skip to content

Commit a088d8b

Browse files
committed
[Feat] finished mvp version
1 parent 4b35812 commit a088d8b

Some content is hidden

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

41 files changed

+910
-733
lines changed

.cargo/config

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

.gitignore

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
/lua_modules
44
/.luarocks
55

6-
# OS
7-
.DS_Store
8-
96
# Cargo
107
target
8+
9+
# Nodejs
10+
node_modules
11+
/build
12+
13+
# misc
14+
.DS_Store
15+
.env.local
16+
.env.development.local
17+
.env.test.local
18+
.env.production.local
19+
output.css

0 commit comments

Comments
 (0)