Skip to content

Commit c0bbc6e

Browse files
committed
split frontend and backend folders
1 parent 6beb9a3 commit c0bbc6e

Some content is hidden

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

61 files changed

+9
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ yarn-error.*
3939

4040
.idea
4141

42-
/ios/
43-
/android/
42+
/frontend/ios/
43+
/frontend/android/
4444
apiKey.ts
4545

4646
.env*
4747
/backend/.serverless
4848

49-
/notes.md
49+
/frontend/notes.md
File renamed without changes.

frontend/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
3+
# The following patterns were generated by expo-cli
4+
5+
expo-env.d.ts
6+
# @end expo-cli
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)