# .gitignore file created for free with Tower (https://www.git-tower.com/) # For suggestions or improvements please contact us using support@git-tower.com # Generated on 2025-10-12 # Includes: visual_studio, csharp ### Universal ### # Common files that should be ignored in all projects # Logs *.log # Temporary files *.tmp *~ *.bak # Environment files (containing secrets, API keys, credentials) .env *.env .env.* # Local configuration that shouldn't be shared *.local ### Visual_studio ### # visual_studio editor specific files # Visual Studio .vs/ *.suo *.user *.userosscache *.sln.docstates [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ x64/ x86/ build/ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ .vs/ *.VisualState.xml TestResult.xml [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* *.VisualState.xml *.psess *.vsp *.vspx *.sap ipch/ *.aps *.ncb *.opendb *.opensdf *.sdf *.cachefile *.VC.db *.VC.VC.opendb *.coverage *.coveragexml _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML UpgradeLog*.htm [Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ [Ll]ogs/ Generated\ Files/ BenchmarkDotNet.Artifacts/ ScaffoldingReadMe.txt StyleCopReport.xml *_wpftmp.csproj .axoCover/* !.axoCover/settings.json coverage*.json coverage*.xml coverage*.info .vshistory/ healthchecksdb ### Csharp ### # csharp specific files bin/ obj/ *.user *.suo /bin