Folder structure

This commit is contained in:
mrjvs
2024-01-13 22:01:07 +01:00
parent 8de5672832
commit 38e0dd87e0
6 changed files with 14 additions and 0 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
insert_final_newline = true

View File

@@ -1,2 +1,6 @@
# native-app # native-app
The native app version of movie-web 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
View File

1
apps/mobile/README.md Normal file
View File

@@ -0,0 +1 @@
This will be the folder the mobile native app.

0
packages/common/.gitkeep Normal file
View File

View File

@@ -0,0 +1 @@
This will be the folder that holds the common library