Skip to content

Commit 383a176

Browse files
committed
fix: azd deployment
1 parent 57524db commit 383a176

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

.common/templates/functions/.funcignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,11 @@
44
test/
55
docs/
66
infra/
7-
scripts/
8-
node_modules/@types/
9-
node_modules/azure-functions-core-tools/
10-
node_modules/typescript/
7+
node_modules/
118
*.js.map
12-
*.ts
139
.git*
1410
*.env*
1511
/*.http
16-
tsconfig.json
1712
azure.yaml
1813
local.settings.json
1914
README.md

.common/templates/staticwebapp/packages/api/.funcignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,11 @@
44
test/
55
docs/
66
infra/
7-
scripts/
8-
node_modules/@types/
9-
node_modules/azure-functions-core-tools/
10-
node_modules/typescript/
7+
node_modules/
118
*.js.map
12-
*.ts
139
.git*
1410
*.env*
1511
/*.http
16-
tsconfig.json
1712
azure.yaml
1813
local.settings.json
1914
README.md

samples/mcp-pizza-api/.funcignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.vscode
2+
.azure/
3+
.azurite/
4+
.genaiscript/
5+
test/
6+
docs/
7+
infra/
8+
node_modules/
9+
*.js.map
10+
.git*
11+
*.env*
12+
/*.http
13+
azure.yaml
14+
local.settings.json
15+
README.md
16+
TODO
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
.vscode
22
.azure/
33
.azurite/
4+
.genaiscript/
45
test/
56
docs/
67
infra/
7-
scripts/
8-
node_modules/@types/
9-
node_modules/azure-functions-core-tools/
10-
node_modules/typescript/
8+
node_modules/
119
*.js.map
12-
*.ts
1310
.git*
1411
*.env*
1512
/*.http
16-
tsconfig.json
1713
azure.yaml
1814
local.settings.json
19-
README.md
15+
README.md
16+
TODO
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
.vscode
22
.azure/
33
.azurite/
4+
.genaiscript/
45
test/
56
docs/
67
infra/
7-
scripts/
8-
node_modules/@types/
9-
node_modules/azure-functions-core-tools/
10-
node_modules/typescript/
8+
node_modules/
119
*.js.map
12-
*.ts
1310
.git*
1411
*.env*
1512
/*.http
16-
tsconfig.json
1713
azure.yaml
1814
local.settings.json
19-
README.md
15+
README.md
16+
TODO

0 commit comments

Comments
 (0)