Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Support exclusion syntax with globbing #1352

Closed
danroth27 opened this issue Mar 9, 2015 · 2 comments
Closed

Support exclusion syntax with globbing #1352

danroth27 opened this issue Mar 9, 2015 · 2 comments

Comments

@danroth27
Copy link
Member

See dotnet/aspnetcore#248.

Can we support ! for exclusion?:

"packExclude": [
        "node_modules",
        "bower_components",
        "**.kproj",
        "**.user",
        "**.vspscc",
        "wwwroot/lib",
        "!wwwroot/lib/angular"
    ]
@davidfowl
Copy link
Member

Wrong repo file this at aspnet/FileSystem

@danroth27
Copy link
Member Author

aspnet/FileSystem#71

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants