Click here to Skip to main content
15,886,110 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: iowiu useful? Pin
jschell14-Apr-23 12:50
jschell14-Apr-23 12:50 
GeneralRe: iowiu useful? Pin
BernardIE531714-Apr-23 13:44
BernardIE531714-Apr-23 13:44 
GeneralRe: iowiu useful? Pin
jschell17-Apr-23 5:44
jschell17-Apr-23 5:44 
GeneralRe: iowiu useful? Pin
BernardIE531717-Apr-23 5:56
BernardIE531717-Apr-23 5:56 
GeneralRe: iowiu useful? Pin
jschell18-Apr-23 5:03
jschell18-Apr-23 5:03 
GeneralRe: iowiu useful? Pin
BernardIE531718-Apr-23 6:01
BernardIE531718-Apr-23 6:01 
GeneralRe: iowiu useful? Pin
jschell19-Apr-23 4:58
jschell19-Apr-23 4:58 
GeneralGit .ignore Pin
Kevin Marois12-Apr-23 13:35
professionalKevin Marois12-Apr-23 13:35 
I got this .Ignore file [^]off of Git, but I'm still ending up with all kinds of unwanted files in my unstaged. I'm new to setting this up. I'm sure I've done something wrong. Can someone shed some light?
## Ignore Visual Studio temporary files, build results, and
<h2>files generated by popular Visual Studio add-ons.</h2>

<h1>#</h1>

<h2>Get latest from <a href="https://github.com/github/gitignore/blob/main/VisualStudio.gitignore"><a href="https://github.com/github/gitignore/blob/main/VisualStudio.gitignore">https://github.com/github/gitignore/blob/main/VisualStudio.gitignore</a></a></h2>

<h1>User-specific files</h1>

*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates

<h1>User-specific files (MonoDevelop/Xamarin Studio)</h1>

*.userprefs

<h1>Mono auto generated files</h1>

mono_crash.*

<h1>Build results</h1>

[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/

<h1>Visual Studio 2015/2017 cache/options directory</h1>

.vs/
<h1>Uncomment if you have tasks that create the project's static files in wwwroot</h1>

<h1>wwwroot/</h1>

<h1>Visual Studio 2017 auto generated files</h1>

Generated\ Files/

<h1>MSTest test Results</h1>

[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

<h1>NUnit</h1>

.VisualState.xml
TestResult.xml
nunit-.xml

<h1>Build Results of an ATL Project</h1>

[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

<h1>Benchmark Results</h1>

BenchmarkDotNet.Artifacts/

<h1>.NET Core</h1>

project.lock.json
project.fragment.lock.json
artifacts/

<h1>ASP.NET Scaffolding</h1>

ScaffoldingReadMe.txt

<h1>StyleCop</h1>

StyleCopReport.xml

<h1>Files built by Visual Studio</h1>

*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.tlog
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

<h1>Chutzpah Test files</h1>

_Chutzpah*

<h1>Visual C++ cache files</h1>

ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

<h1>Visual Studio profiler</h1>

*.psess
*.vsp
*.vspx
*.sap

<h1>Visual Studio Trace Files</h1>

*.e2e

<h1>TFS 2012 Local Workspace</h1>

$tf/

<h1>Guidance Automation Toolkit</h1>

*.gpState

<h1>ReSharper is a .NET coding add-in</h1>

_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

<h1>TeamCity is a build add-in</h1>

_TeamCity*

<h1>DotCover is a Code Coverage Tool</h1>

*.dotCover

<h1>AxoCover is a Code Coverage Tool</h1>

.axoCover/*
!.axoCover/settings.json

<h1>Coverlet is a free, cross platform Code Coverage Tool</h1>

coverage*.json
coverage*.xml
coverage*.info

<h1>Visual Studio code coverage results</h1>

*.coverage
*.coveragexml

<h1>NCrunch</h1>

NCrunch*
.crunch.local.xml
nCrunchTemp_*

<h1>MightyMoose</h1>

.mm.
AutoTest.Net/

<h1>Web workbench (sass)</h1>

.sass-cache/

<h1>Installshield output folder</h1>

[Ee]xpress/

<h1>DocProject is a documentation generator add-in</h1>

DocProject/buildhelp/
DocProject/Help/.HxT
DocProject/Help/.HxC
DocProject/Help/.hhc
DocProject/Help/.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

<h1>Click-Once directory</h1>

publish/

<h1>Publish Web Output</h1>

*.[Pp]ublish.xml
*.azurePubxml
<h1>Note: Comment the next line if you want to checkin your web deploy settings,</h1>

<h1>but database connection strings (with potential passwords) will be unencrypted</h1>

*.pubxml
*.publishproj

<h1>Microsoft Azure Web App publish settings. Comment the next line if you want to</h1>

<h1>checkin your Azure Web App publish settings, but sensitive information contained</h1>

<h1>in these scripts will be unencrypted</h1>

PublishScripts/

<h1>NuGet Packages</h1>

*.nupkg
<h1>NuGet Symbol Packages</h1>

*.snupkg
<h1>The packages folder can be ignored because of Package Restore</h1>

**/[Pp]ackages/*
<h1>except build/, which is used as an MSBuild target.</h1>

!**/[Pp]ackages/build/
<h1>Uncomment if necessary however generally it will be regenerated when needed</h1>

<h1>!**/[Pp]ackages/repositories.config</h1>

<h1>NuGet v3's project.json files produces more ignorable files</h1>

*.nuget.props
*.nuget.targets

<h1>Microsoft Azure Build Output</h1>

csx/
*.build.csdef

<h1>Microsoft Azure Emulator</h1>

ecf/
rcf/

<h1>Windows Store app package directories and files</h1>

AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload

<h1>Visual Studio cache files</h1>

<h1>files ending in .cache can be ignored</h1>

*.[Cc]ache
<h1>but keep track of directories ending in .cache</h1>

!?*.[Cc]ache/

<h1>Others</h1>

ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs

<h1>Including strong name files can present a security risk</h1>

<h1>(<a href="https://github.com/github/gitignore/pull/2483#issue-259490424"><a href="https://github.com/github/gitignore/pull/2483#issue-259490424">https://github.com/github/gitignore/pull/2483#issue-259490424</a></a>)</h1>

<h1>*.snk</h1>

<h1>Since there are multiple workflows, uncomment next line to ignore bower_components</h1>

<h1>(<a href="https://github.com/github/gitignore/pull/1529#issuecomment-104372622"><a href="https://github.com/github/gitignore/pull/1529#issuecomment-104372622">https://github.com/github/gitignore/pull/1529#issuecomment-104372622</a></a>)</h1>

<h1>bower_components/</h1>

<h1>RIA/Silverlight projects</h1>

Generated_Code/

<h1>Backup & report files from converting an old project file</h1>

<h1>to a newer Visual Studio version. Backup files are not needed,</h1>

<h1>because we have git ;-)</h1>

_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak

<h1>SQL Server files</h1>

*.mdf
*.ldf
*.ndf

<h1>Business Intelligence projects</h1>

*.rdl.data
*.bim.layout
.bim_.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl

<h1>Microsoft Fakes</h1>

FakesAssemblies/

<h1>GhostDoc plugin setting file</h1>

*.GhostDoc.xml

<h1>Node.js Tools for Visual Studio</h1>

.ntvs_analysis.dat
node_modules/

<h1>Visual Studio 6 build log</h1>

*.plg

<h1>Visual Studio 6 workspace options file</h1>

*.opt

<h1>Visual Studio 6 auto-generated workspace file (contains which files were open etc.)</h1>

*.vbw

<h1>Visual Studio 6 auto-generated project file (contains which files were open etc.)</h1>

*.vbp

<h1>Visual Studio 6 workspace and project file (working project files containing files to include in project)</h1>

*.dsw
*.dsp

<h1>Visual Studio 6 technical files</h1>

*.ncb
*.aps

<h1>Visual Studio LightSwitch build output</h1>

**/.HTMLClient/GeneratedArtifacts
*/.DesktopClient/GeneratedArtifacts
*/.DesktopClient/ModelManifest.xml
*/.Server/GeneratedArtifacts
*/*.Server/ModelManifest.xml
_Pvt_Extensions

<h1>Paket dependency manager</h1>

.paket/paket.exe
paket-files/

<h1>FAKE - F# Make</h1>

.fake/

<h1>CodeRush personal settings</h1>

.cr/personal

<h1>Python Tools for Visual Studio (PTVS)</h1>

pycache/
*.pyc

<h1>Cake - Uncomment if you are using it</h1>

<h1>tools/**</h1>

<h1>!tools/packages.config</h1>

<h1>Tabs Studio</h1>

*.tss

<h1>Telerik's JustMock configuration file</h1>

*.jmconfig

<h1>BizTalk build output</h1>

*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs

<h1>OpenCover UI analysis results</h1>

OpenCover/

<h1>Azure Stream Analytics local run output</h1>

ASALocalRun/

<h1>MSBuild Binary and Structured Log</h1>

*.binlog

<h1>NVidia Nsight GPU debugger configuration file</h1>

*.nvuser

<h1>MFractors (Xamarin productivity tool) working folder</h1>

.mfractor/

<h1>Local History for Visual Studio</h1>

.localhistory/

<h1>Visual Studio History (VSHistory) files</h1>

.vshistory/

<h1>BeatPulse healthcheck temp database</h1>

healthchecksdb

<h1>Backup folder for Package Reference Convert tool in Visual Studio 2017</h1>

MigrationBackup/

<h1>Ionide (cross platform F# VS Code tools) working folder</h1>

.ionide/

<h1>Fody - auto-generated XML schema</h1>

FodyWeavers.xsd

<h1>VS Code files for those working on multiple tools</h1>

.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

<h1>Local History for Visual Studio Code</h1>

.history/

<h1>Windows Installer files from build outputs</h1>

*.cab
*.msi
*.msix
*.msm
*.msp

<h1>JetBrains Rider</h1>

*.sln.iml
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
Ya can't fix stupid.

GeneralRe: Git .ignore Pin
englebart12-Apr-23 15:12
professionalenglebart12-Apr-23 15:12 
GeneralRe: Git .ignore Pin
Shao Voon Wong12-Apr-23 20:11
mvaShao Voon Wong12-Apr-23 20:11 
GeneralRe: Git .ignore Pin
megaadam12-Apr-23 22:09
professionalmegaadam12-Apr-23 22:09 
GeneralRe: Git .ignore Pin
peterkmx13-Apr-23 5:17
professionalpeterkmx13-Apr-23 5:17 
GeneralRe: Git .ignore Pin
jschell13-Apr-23 5:47
jschell13-Apr-23 5:47 
GeneralIs There Any Reason To Keep Old Software? Pin
Roger Wright12-Apr-23 12:24
professionalRoger Wright12-Apr-23 12:24 
GeneralRe: Is There Any Reason To Keep Old Software? PinPopular
Mircea Neacsu12-Apr-23 13:00
Mircea Neacsu12-Apr-23 13:00 
GeneralRe: Is There Any Reason To Keep Old Software? Pin
jmaida12-Apr-23 14:18
jmaida12-Apr-23 14:18 
GeneralRe: Is There Any Reason To Keep Old Software? Pin
Roger Wright12-Apr-23 15:53
professionalRoger Wright12-Apr-23 15:53 
GeneralRe: Is There Any Reason To Keep Old Software? Pin
Mircea Neacsu12-Apr-23 16:14
Mircea Neacsu12-Apr-23 16:14 
GeneralRe: Is There Any Reason To Keep Old Software? Pin
Roger Wright12-Apr-23 17:36
professionalRoger Wright12-Apr-23 17:36 
GeneralRe: Is There Any Reason To Keep Old Software? Pin
Single Step Debugger13-Apr-23 5:46
Single Step Debugger13-Apr-23 5:46 
GeneralRe: Is There Any Reason To Keep Old Software? Pin
Harrison Pratt 202114-Apr-23 3:31
Harrison Pratt 202114-Apr-23 3:31 
GeneralRe: Is There Any Reason To Keep Old Software? Pin
jschell14-Apr-23 12:53
jschell14-Apr-23 12:53 
GeneralRe: Is There Any Reason To Keep Old Software? Pin
johnjohnsch14-Apr-23 4:50
johnjohnsch14-Apr-23 4:50 
GeneralRe: Is There Any Reason To Keep Old Software? Pin
Jay Bardeleben14-Apr-23 0:26
professionalJay Bardeleben14-Apr-23 0:26 
GeneralRe: Is There Any Reason To Keep Old Software? Pin
haughtonomous14-Apr-23 0:13
haughtonomous14-Apr-23 0:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.