Skip to content

Commit 0f6a999

Browse files
committed
feat: init the Actor
- by running apify-cli command: `apify init` - update .gitignore
1 parent 1fb633c commit 0f6a999

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"actorSpecification": 1,
3+
"name": "web-scrapping-ai-agent",
4+
"version": "0.0",
5+
"buildTag": "latest",
6+
"environmentVariables": {}
7+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
storage
2+
.venv
3+
**/.DS_Store

0 commit comments

Comments
 (0)