| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- # Visual Studio files
- .vs/
- .vscode/
- *.suo
- *.user
- *.userosscache
- *.sln.docstates
- *.userprefs
- # Build results
- [Dd]ebug/
- [Dd]ebugPublic/
- [Rr]elease/
- [Rr]eleases/
- x64/
- x86/
- build/
- bld/
- [Bb]in/
- [Oo]bj/
- [Oo]ut/
- msbuild.log
- msbuild.err
- msbuild.wrn
- # ReSharper
- _ReSharper*/
- *.[Rr]e[Ss]harper
- *.DotSettings.user
- # .NET Core
- project.lock.json
- project.fragment.lock.json
- artifacts/
- # Visual Studio cache/options directory
- .vs/
- # MSTest test Results
- [Tt]est[Rr]esult*/
- [Bb]uild[Ll]og.*
- # NUNIT
- *.VisualState.xml
- TestResult.xml
- # Build Results of an ATL Project
- [Dd]ebugPS/
- [Rr]eleasePS/
- dlldata.c
- # DNX
- project.lock.json
- artifacts/
- # NuGet Packages
- *.nupkg
- # The packages folder can be ignored because of Package Restore
- **/packages/*
- # except build/, which is used as an MSBuild target.
- !**/packages/build/
- # Uncomment if necessary however generally it will be regenerated when needed
- #!**/packages/repositories.config
- # Windows image file caches
- Thumbs.db
- ehthumbs.db
- # Folder config file
- Desktop.ini
- # Recycle Bin used on file shares
- $RECYCLE.BIN/
- # VS Code directories
- .vscode/
- # Windows Installer files
- *.cab
- *.msi
- *.msm
- *.msp
- # Windows shortcuts
- *.lnk
- # JetBrains Rider
- .idea/
- *.sln.iml
- # User-specific files
- *.suo
- *.user
- *.userosscache
- *.sln.docstates
- # Mono auto generated files
- mono_crash.*
- # Mac bundle stuff
- *.dmg
- *.app
- # content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
- # General
- .DS_Store
- .AppleDouble
- .LSOverride
- # Thumbnails
- ._*
- # Files that might appear in the root of a volume
- .DocumentRevisions-V100
- .fseventsd
- .Spotlight-V100
- .TemporaryItems
- .Trashes
- .VolumeIcon.icns
- .com.apple.timemachine.donotpresent
- # Directories potentially created on remote AFP share
- .AppleDB
- .AppleDesktop
- Network Trash Folder
- Temporary Items
- .apdisk
- # content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
- # Windows thumbnail cache files
- Thumbs.db
- ehthumbs.db
- ehthumbs_vista.db
- # Dump file
- *.stackdump
- # Folder config file
- [Dd]esktop.ini
- # Recycle Bin used on file shares
- $RECYCLE.BIN/
- # Windows Installer files
- *.cab
- *.msi
- *.msix
- *.msm
- *.msp
- # Windows shortcuts
- *.lnk
- # SQL Server files
- *.mdf
- *.ldf
- *.ndf
- # Logs
- *.log
- *.logs
|