Skip to content

Commit e6cb2fe

Browse files
committed
add Cloud Next demo
1 parent 9f02655 commit e6cb2fe

File tree

231 files changed

+52061
-3051
lines changed

Some content is hidden

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

231 files changed

+52061
-3051
lines changed

green_thumb_cloud_next_25/.firebaserc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "green-thumb-next-25"
4+
}
5+
}

green_thumb_cloud_next_25/.gitignore

+7-44
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,8 @@
1-
# Miscellaneous
2-
*.class
3-
*.log
4-
*.pyc
5-
*.swp
1+
client/.flutter-plugins-dependencies
62
.DS_Store
7-
.atom/
8-
.build/
9-
.buildlog/
10-
.history
11-
.svn/
12-
.swiftpm/
13-
migrate_working_dir/
14-
15-
# IntelliJ related
16-
*.iml
17-
*.ipr
18-
*.iws
19-
.idea/
20-
21-
# The .vscode folder contains launch configuration and tasks you configure in
22-
# VS Code which you may wish to be included in version control, so this line
23-
# is commented out by default.
24-
#.vscode/
25-
26-
# Flutter/Dart/Pub related
27-
**/doc/api/
28-
**/ios/Flutter/.last_build_id
29-
.dart_tool/
30-
.flutter-plugins
31-
.flutter-plugins-dependencies
32-
.pub-cache/
33-
.pub/
34-
/build/
35-
36-
# Symbolication related
37-
app.*.symbols
38-
39-
# Obfuscation related
40-
app.*.map.json
41-
42-
# Android Studio will place build artifacts here
43-
/android/app/debug
44-
/android/app/profile
45-
/android/app/release
3+
.vscode/launch.json
4+
server/.genkit
5+
.vscode
6+
.dart_tool
7+
.idea
8+
.firebase

green_thumb_cloud_next_25/.metadata

-45
This file was deleted.

0 commit comments

Comments
 (0)