Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3a125d1

Browse files
committedApr 23, 2025·
Update vertexai quick starter
1 parent 881d80e commit 3a125d1

25 files changed

+3080
-547
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.buildlog/
99
.history
1010
.svn/
11+
.vscode/
1112

1213
# IntelliJ related
1314
*.iml

‎vertexai/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related
1.65 KB
Binary file not shown.

‎vertexai/assets/videos/landscape.mp4

87.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.