Skip to content

Commit 0d66474

Browse files
committed
deploy: exclude more files from being deployed
These files are not needed for the Azure Function to do its job, and only add unnecessary churn to the deployments, so let's skip them. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent ecbdf2b commit 0d66474

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.funcignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
/.*
2+
/*.config.js
23
/*.md
34
/*.gif
5+
/*.svg
46
/host.json
57
/local.settings.json
8+
/package*.json
9+
/test-*.js

0 commit comments

Comments
 (0)