Skip to content

Instantly share code, notes, and snippets.

@unseensenpai
Created February 3, 2026 11:29
Show Gist options
  • Select an option

  • Save unseensenpai/690e23f748119642638e0a303f1de20a to your computer and use it in GitHub Desktop.

Select an option

Save unseensenpai/690e23f748119642638e0a303f1de20a to your computer and use it in GitHub Desktop.
Gitignore - For personal uses.
###############################################################################
# .gitignore - Cleaned and Categorized
# Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
###############################################################################
###############################################################################
# OS Generated Files
###############################################################################
Thumbs.db
Desktop.ini
.DS_Store
###############################################################################
# User-specific Files
###############################################################################
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
*.userprefs
*.env
mono_crash.*
###############################################################################
# Build Results
###############################################################################
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
[Aa][Rr][Mm]64[Ee][Cc]/
bld/
[Bb]in/
[Oo]bj/
[Oo]ut/
[Ll]og/
[Ll]ogs/
[Oo]utput/
**/[Bb]in/*
artifacts/
###############################################################################
# Visual Studio Cache/Options
###############################################################################
.vs/
Generated\ Files/
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
MigrationBackup/
###############################################################################
# Test Results
###############################################################################
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*.trx
*.VisualState.xml
TestResult.xml
nunit-*.xml
*.received.*
###############################################################################
# Build Results - ATL/PS Projects
###############################################################################
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
###############################################################################
# Benchmark Results
###############################################################################
BenchmarkDotNet.Artifacts/
###############################################################################
# .NET Core
###############################################################################
project.lock.json
project.fragment.lock.json
###############################################################################
# ASP.NET
###############################################################################
ScaffoldingReadMe.txt
###############################################################################
# StyleCop
###############################################################################
StyleCopReport.xml
###############################################################################
# Visual Studio Generated Files
###############################################################################
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.idb
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
!Directory.Build.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.tlog
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
###############################################################################
# Chutzpah Test Files
###############################################################################
_Chutzpah*
###############################################################################
# Visual C++ Cache Files
###############################################################################
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
###############################################################################
# Visual Studio Profiler
###############################################################################
*.psess
*.vsp
*.vspx
*.sap
###############################################################################
# Visual Studio Trace Files
###############################################################################
*.e2e
###############################################################################
# TFS
###############################################################################
$tf/
###############################################################################
# Guidance Automation Toolkit
###############################################################################
*.gpState
###############################################################################
# ReSharper
###############################################################################
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
###############################################################################
# TeamCity
###############################################################################
_TeamCity*
###############################################################################
# Code Coverage Tools
###############################################################################
*.dotCover
.axoCover/*
!.axoCover/settings.json
coverage*.json
coverage*.xml
coverage*.info
*.coverage
*.coveragexml
CodeCoverage/
OpenCover/
###############################################################################
# NCrunch
###############################################################################
_NCrunch_*
.NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
###############################################################################
# MightyMoose
###############################################################################
*.mm.*
AutoTest.Net/
###############################################################################
# Web Workbench (Sass)
###############################################################################
.sass-cache/
###############################################################################
# Installshield
###############################################################################
[Ee]xpress/
###############################################################################
# DocProject
###############################################################################
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
###############################################################################
# Publish Output
###############################################################################
publish/
*.[Pp]ublish.xml
*.azurePubxml
*.pubxml
*.publishproj
PublishScripts/
###############################################################################
# NuGet
###############################################################################
*.nupkg
*.snupkg
**/[Pp]ackages/*
!**/[Pp]ackages/build/
*.nuget.props
*.nuget.targets
###############################################################################
# Microsoft Azure
###############################################################################
csx/
*.build.csdef
ecf/
rcf/
ASALocalRun/
.aws-sam
###############################################################################
# Windows Store Apps
###############################################################################
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload
###############################################################################
# Visual Studio Cache Files
###############################################################################
*.[Cc]ache
!?*.[Cc]ache/
###############################################################################
# Misc Generated Files
###############################################################################
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs
###############################################################################
# RIA/Silverlight
###############################################################################
Generated_Code/
###############################################################################
# SQL Server Files
###############################################################################
*.mdf
*.ldf
*.ndf
###############################################################################
# Business Intelligence
###############################################################################
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*.rptproj.bak
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
###############################################################################
# Microsoft Fakes
###############################################################################
FakesAssemblies/
###############################################################################
# GhostDoc
###############################################################################
*.GhostDoc.xml
###############################################################################
# Node.js
###############################################################################
.ntvs_analysis.dat
node_modules/
###############################################################################
# Visual Studio 6
###############################################################################
*.plg
*.opt
*.vbw
*.vbp
*.dsw
*.dsp
###############################################################################
# Visual Studio LightSwitch
###############################################################################
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
###############################################################################
# Paket / FAKE
###############################################################################
**/.paket/paket.exe
paket-files/
**/.fake/
###############################################################################
# CodeRush
###############################################################################
**/.cr/personal
###############################################################################
# Python
###############################################################################
**/__pycache__/
*.pyc
###############################################################################
# Tabs Studio
###############################################################################
*.tss
###############################################################################
# Telerik JustMock
###############################################################################
*.jmconfig
###############################################################################
# BizTalk
###############################################################################
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
###############################################################################
# MSBuild Binary/Structured Log
###############################################################################
*.binlog
MSBuild_Logs/
###############################################################################
# NVidia Nsight
###############################################################################
*.nvuser
###############################################################################
# MFractors (Xamarin)
###############################################################################
**/.mfractor/
###############################################################################
# Local History
###############################################################################
**/.localhistory/
.vshistory/
.history/
###############################################################################
# BeatPulse
###############################################################################
healthchecksdb
###############################################################################
# Ionide (F# VS Code)
###############################################################################
**/.ionide/
###############################################################################
# Fody
###############################################################################
FodyWeavers.xsd
###############################################################################
# VS Code
###############################################################################
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
###############################################################################
# JetBrains Rider / IntelliJ
###############################################################################
*.sln.iml
**/.idea/**/workspace.xml
**/.idea/**/tasks.xml
**/.idea/shelf/*
**/.idea/dictionaries
**/.idea/httpRequests/
**/.idea/**/dataSources/
**/.idea/**/dataSources.ids
**/.idea/**/dataSources.xml
**/.idea/**/dataSources.local.xml
**/.idea/**/sqlDataSources.xml
**/.idea/**/dynamic.xml
**/.idea/**/*.iml
**/.idea/**/contentModel.xml
**/.idea/**/modules.xml
###############################################################################
# Windows Installer Files
###############################################################################
*.cab
*.msi
*.msix
*.msm
*.msp
###############################################################################
# VS Code Extensions
###############################################################################
*.vsix
###############################################################################
# Workspace Files (keep tracked)
###############################################################################
!*.code-workspace
###############################################################################
# Project Specific
###############################################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment