Skip to content

Commit b78ede5

Browse files
committed
Revert .gitignore in get-started
1 parent cf8163f commit b78ede5

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

examples/get-started/.gitignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/get-started/bin/get-started.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async function main() {
3232

3333
if (projectName) {
3434
targetDir = path.join(currentDir, projectName);
35-
const filesToCopy = ['src', 'scheduleWorkflow.ts', 'tsconfig.json', '.gitignore'];
35+
const filesToCopy = ['src', 'scheduleWorkflow.ts', 'tsconfig.json'];
3636
filesToCopy.forEach(file => {
3737
fs.cpSync(path.join(packageRoot, file), path.join(targetDir, file), { recursive: true });
3838
});

examples/get-started/package.json

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

0 commit comments

Comments
 (0)