Skip to content

Commit cf8163f

Browse files
authored
Merge pull request #15 from restackio/get-started-add-gitignore
Add gitignore to get-started files
2 parents 88b1cf7 + 4f70fb9 commit cf8163f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/get-started/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restackio/get-started",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Get started with Restack AI SDK",
55
"bin": {
66
"get-started": "bin/get-started.mjs"
@@ -9,6 +9,7 @@
99
"bin",
1010
"src",
1111
"scheduleWorkflow.ts",
12+
".gitignore",
1213
"readme.md",
1314
"tsconfig.json"
1415
],

0 commit comments

Comments
 (0)