Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

Support exclusion syntax with globbing #71

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

Support exclusion syntax with globbing #71

danroth27 opened this issue Mar 10, 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"
    ]
@xtianus79
Copy link

Yea how is this not the similar issue as I posted. Keep in mind Node's insane packaging systems that run deep and present problems in deleting and loading projects into visual studio projects.

@muratg muratg added this to the Backlog milestone Sep 8, 2015
@aspnet-hello
Copy link

This issue was moved to aspnet/Home#2561

@aspnet aspnet locked and limited conversation to collaborators Jan 2, 2018
@aspnet-hello aspnet-hello removed this from the Backlog milestone Jan 2, 2018
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

4 participants