Azure / Azure/azure-functions-core-tools

.funcignore does not support wildcards

Open
#2,701 5 comments 5 reactions 0 assignees View on GitHub
bug needs-discussion
Dominant language
C#
Stars
1.5k
Forks
498
Avg merge
5d 4h
Merged PRs (30d)
15

Description

Adding a wildcard to the .funcignore has no effect.

```
cat .funcignore
*.ts

func -v
3.0.3568

func azure functionapp publish myapi --list-included-files | grep .ts | wc
10968 10968 1061578
```

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue with a .funcignore containing *.ts, then run the shown func azure functionapp publish myapi --list-included-files command and check the output for TypeScript files. Done means wildcard patterns in .funcignore exclude matching files from the published file list.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.