Skip to content

Commit c70b478

Browse files
committed
fix: .funcignore
1 parent 7de6888 commit c70b478

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

packages/agent-api/.funcignore

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1+
.vscode/
2+
.azure/
3+
.azurite/
4+
.genaiscript/
5+
test/
6+
docs/
7+
infra/
8+
node_modules/
19
*.js.map
2-
*.ts
10+
*.yaml
311
.git*
4-
.vscode
5-
__azurite_db*__.json
6-
__blobstorage__
7-
__queuestorage__
12+
*.env*
13+
TODO
14+
/*.http
15+
azure.yaml
816
local.settings.json
9-
test
10-
tsconfig.json
11-
.faiss
12-
api.http
13-
.env.sample
17+
README.md

0 commit comments

Comments
 (0)