mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:13:25 +00:00
Folder structure
This commit is contained in:
8
.editorconfig
Normal file
8
.editorconfig
Normal file
@@ -0,0 +1,8 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
@@ -1,2 +1,6 @@
|
||||
# native-app
|
||||
|
||||
The native app version of movie-web
|
||||
|
||||
> [!IMPORTANT]
|
||||
> This is work in progress, not even remotely close to being ready for use.
|
||||
|
0
apps/mobile/.gitkeep
Normal file
0
apps/mobile/.gitkeep
Normal file
1
apps/mobile/README.md
Normal file
1
apps/mobile/README.md
Normal file
@@ -0,0 +1 @@
|
||||
This will be the folder the mobile native app.
|
0
packages/common/.gitkeep
Normal file
0
packages/common/.gitkeep
Normal file
1
packages/common/README.md
Normal file
1
packages/common/README.md
Normal file
@@ -0,0 +1 @@
|
||||
This will be the folder that holds the common library
|
Reference in New Issue
Block a user