We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9916a27 commit 7758f11Copy full SHA for 7758f11
.funcignore
@@ -2,3 +2,6 @@
2
/*.md
3
/host.json
4
/local.settings.json
5
+/package.json
6
+/package-lock.json
7
+/jest.config.js
.github/workflows/deploy.yml
@@ -6,6 +6,7 @@ on:
branches:
- main
8
paths:
9
+ - '.funcignore'
10
- '.github/workflows/deploy.yml'
11
- 'GitGitGadget/**'
12
0 commit comments