Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

.tfignore files are not ignored by Visual Studio VSTS/TFS

Open
#467 3 comments 0 reactions 1 assignee View on GitHub

@alexgav is already working on this.

Since Apr 4, 2019.

Assessment

This issue has not been assessed yet.

Description

Functional impact

Using ASPNET 2.2 web app, unable to exclude libman managed client-side libraries from VSTS/TFS source code control using .tfignore file.

Minimal repro steps
  1. Use libman to configure client side libraries (wwwroot\lib).
  2. Create .tfignore file in web app project directory.
  1. In .tfignore, specify to ignore client-side files (either):
    wwwroot\lib 
    \wwwroot\lib
  1. Check in pending source code changes.
  2. All client-side files are added to source code control (should be ignored).
Expected result

No libman client-side "lib" files should be added to source code control.

Actual result

Client-side "lib" files are added to source code control.

Further technical details

n/a

Dominant language
C#
Stars
486
Forks
91
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from aspnet/LibraryManager

All issues in aspnet/LibraryManager

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.