Skip to content

Ignore Visual Studio cache folder#5320

Open
ekdahl wants to merge 1 commit intofisharebest:mainfrom
ekdahl:ignore-vs
Open

Ignore Visual Studio cache folder#5320
ekdahl wants to merge 1 commit intofisharebest:mainfrom
ekdahl:ignore-vs

Conversation

@ekdahl
Copy link
Contributor

@ekdahl ekdahl commented Feb 20, 2026

For people using VS, this folder gets created anytime the folder is opened in the editor, would be convenient to ignore it in Git.

@codecov
Copy link

codecov bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 35.39%. Comparing base (b5c8e72) to head (0ac1660).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #5320   +/-   ##
=========================================
  Coverage     35.39%   35.39%           
  Complexity    11182    11182           
=========================================
  Files          1165     1165           
  Lines         47998    47998           
=========================================
  Hits          16990    16990           
  Misses        31008    31008           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@BertKoor
Copy link
Contributor

Would you then also like to have added:

  • .vscode/ for VS Code
  • .idea/ for Jetbrains PHP Storm & IntelliJ
  • .metadata/ and .settings/ for Eclipse

May I suggest you create a .gitignore file in your home directory, and put this in there. Fixes it for all projects.

@ekdahl
Copy link
Contributor Author

ekdahl commented Feb 20, 2026

Would you then also like to have added:

  • .vscode/ for VS Code
  • .idea/ for Jetbrains PHP Storm & IntelliJ
  • .metadata/ and .settings/ for Eclipse

Not needed for me, but maybe other people would find that convenient.

May I suggest you create a .gitignore file in your home directory, and put this in there. Fixes it for all projects.

I have added it to .git/info/exclude instead, so not needed, most other projects I come in touch with already ignores this folder. Maybe I'm odd using VS for webtrees, but that's just what I'm used to and I don't feel like learning another IDE/editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants