ShareX/.gitignore

179 lines
2.6 KiB
Plaintext
Raw Normal View History

2013-10-09 12:32:10 +13:00
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
# Build results
[Dd]ebug/
2014-07-29 19:47:43 +12:00
[Dd]ebugPublic/
2013-10-09 12:32:10 +13:00
[Rr]elease/
x64/
2014-07-29 19:47:43 +12:00
build/
bld/
[Bb]in/
[Oo]bj/
# 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
2013-10-09 12:32:10 +13:00
*_i.c
*_p.c
2014-07-29 19:47:43 +12:00
*_i.h
2013-10-09 12:32:10 +13:00
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
2014-07-29 19:47:43 +12:00
*.tmp_proj
2013-10-09 12:32:10 +13:00
*.log
*.vspscc
*.vssscc
.builds
2014-07-29 19:47:43 +12:00
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
2013-10-09 12:32:10 +13:00
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
2014-07-29 19:47:43 +12:00
*.cachefile
2013-10-09 12:32:10 +13:00
# Visual Studio profiler
*.psess
*.vsp
*.vspx
2014-07-29 19:47:43 +12:00
# TFS 2012 Local Workspace
$tf/
2013-10-09 12:32:10 +13:00
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
2014-07-29 19:47:43 +12:00
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding addin-in
.JustCode
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
2013-10-09 12:32:10 +13:00
# NCrunch
*.ncrunch*
2014-07-29 19:47:43 +12:00
_NCrunch_*
2013-10-09 12:32:10 +13:00
.*crunch*.local.xml
2014-07-29 19:47:43 +12:00
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
2013-10-09 12:32:10 +13:00
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
2014-07-29 19:47:43 +12:00
publish/
2013-10-09 12:32:10 +13:00
# Publish Web Output
2014-07-29 19:47:43 +12:00
*.[Pp]ublish.xml
*.azurePubxml
2013-10-09 12:32:10 +13:00
# NuGet Packages Directory
2014-07-29 19:47:43 +12:00
packages/
## TODO: If the tool you use requires repositories.config uncomment the next line
#!packages/repositories.config
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
# This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
!packages/build/
2013-10-09 12:32:10 +13:00
# Windows Azure Build Output
2014-07-29 19:47:43 +12:00
csx/
2013-10-09 12:32:10 +13:00
*.build.csdef
# Windows Store app package directory
AppPackages/
# Others
2014-07-29 19:47:43 +12:00
sql/
2013-10-09 12:32:10 +13:00
*.Cache
2014-07-29 19:47:43 +12:00
ClientBin/
2013-10-09 12:32:10 +13:00
[Ss]tyle[Cc]op.*
~$*
2014-07-29 19:47:43 +12:00
*~
2013-10-09 12:32:10 +13:00
*.dbmdl
2014-07-29 19:47:43 +12:00
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
# RIA/Silverlight projects
Generated_Code/
2013-10-09 12:32:10 +13:00
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
2014-07-29 19:47:43 +12:00
UpgradeLog*.htm
# SQL Server files
*.mdf
*.ldf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
# Microsoft Fakes
FakesAssemblies/
# Additional
InnoSetup/Output/
UploadersLib/APIKeys/APIKeysLocal.cs
ShareX/GitHash.txt