C# git .gitignore文件

摘要:
*.[Cc]ache/#OthersClientBin/[Ss]tyle[Cc]op.*~$**~*.dbmdl*.dbproj
# Build and Object Folders  
bin/obj/
# Nuget packages directory  
packages/
## 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/[Rr]elease/x64/  
*_i.c  
*_p.c  
*.ilk  
*.meta  
*.obj  
*.pch  
*.pdb  
*.pgc  
*.pgd  
*.rsp  
*.sbr  
*.tlb  
*.tli  
*.tlh  
*.tmp  
*.log  
*.vspscc  
*.vssscc  
.builds  
  
# Visual C++cache files  
ipch/  
*.aps  
*.ncb  
*.opensdf  
*.sdf  
  
# Visual Studio profiler  
*.psess  
*.vsp  
*.vspx  
  
# Guidance Automation Toolkit  
*.gpState  
  
# ReSharper is a .NET coding add-in_ReSharper*
# NCrunch  
*.ncrunch*.*crunch*.local.xml  
  
# Installshield output folder  
[Ee]xpress  
  
# DocProject is a documentation generator add-inDocProject/buildhelp/DocProject/Help  
UpgradeLog*.XML  
  
# Lightswitch  
_Pvt_Extensions  
GeneratedArtifacts  
*.xap  
ModelManifest.xml  
  
#Backup file  
*.bak

#zzzili
v15/

或者

# Visual Studio 

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/[Dd]ebugPublic/[Rr]elease/[Rr]eleases/[Xx]64/[Xx]86/[Bb]uild/bld/[Bb]in/[Oo]bj/
# Visual Studio 2015 cache/options directory
.vs/# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# 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/

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.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

# TFS 2012Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in.JustCode

# TeamCity is a build add-in_TeamCity*
# DotCover isa Code Coverage Tool
*.dotCover

# NCrunch
_NCrunch_*.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-inDocProject/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
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
*.publishproj
*.pubxml
PublishProfiles/
PublishScripts/

# 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 ifnecessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/rcf/
# Windows Store app package directory
AppPackages/BundleArtifacts/Package.StoreAssociation.xml
_pkginfo.txt

# Visual Studio cache files
# files ending in.cache can be ignored
*.[Cc]ache
# but keep track of directories ending in.cache
!*.[Cc]ache/
# Others
ClientBin/[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
orleans.codegen.cs

# RIA/Silverlight projects
Generated_Code/
# Backup & report files fromconverting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/Backup*/UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools forVisual Studio
.ntvs_analysis.dat

# Visual Studio 6build log
*.plg

# Visual Studio 6workspace options file
*.opt

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# LightSwitch generated files
GeneratedArtifacts/
ModelManifest.xml

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

.DS_Store

常用.ignore文件

https://github.com/github/gitignore

免责声明:文章转载自《C# git .gitignore文件》仅用于学习参考。如对内容有疑问,请及时联系本站处理。

上篇PHP IF判断简写安全威胁的分类下篇

宿迁高防,2C2G15M,22元/月;香港BGP,2C5G5M,25元/月 雨云优惠码:MjYwNzM=

相关文章

理解 Android Build 系统

测试 前言 Android Build 系统是 Android 源码的一部分。关于如何获取 Android 源码,请参照 Android Source 官方网站 。 Android Build 系统用来编译 Android 系统,Android SDK 以及相关文档。该系统主要由 Make 文件,Shell 脚本以及 Python 脚本组成,其中最主要的是...

iOS 如何在一个已经存在多个project的workspace中引入cocoapods管理第三方类库

一) 具体方法在 iOS 如何在一个存在多个project的workspace中引入cocoapods管理第三方类库 二)Question && Solution Cocoapods 版本1.0.1 我在按上述链接转换的时候,遇到的问题: 1, [!] `xcodeproj` was renamed to `project`. Please...

Niagara基于javascript的控件开发

niagara控件开发widget 一、参考资料 Tridium_N4_开发环境设置_JavaScript开发环境篇.pdfTridium_N4_开发环境设置_基础开发环境篇.pdfTridiumNiagara4控件开发参考手册.pdf 以上的第一篇和第二篇是杨超大神写的文档,是基本的参考资料,搭建环境必须阅读。但是在实际的开发中有些许不相同,...

基于node的前端项目编译时(react vue 打包)内存溢出问题

前段时间公司有个基于 vue 的项目在运行 npm run build 的时候会报内存溢出,今天在某个技术流交群也有位小伙伴基于 angular 的项目也出现了这个问题,所以查了一些相关的资料总结了一下,下面会详细说明前端三大框架编译时遇到这个问题具体怎么解决。首先看我模拟出的报错内容 具体截图如下 里面有句关键的话, CALL_AND_RETRY_LA...

ubuntu下thrift的安装

ubuntu下thrift的安装 - 水木米 - 博客频道 - CSDN.NET ubuntu下thrift的安装 分类:c/c++2012-08-03 11:1751人阅读评论(0)收藏举报 1.下载源代码 http://thrift.apache.org/download/ 下载最新版本thrift-0.8.0.tar.gz 2.安装bo...

文件解析库doctotext安装和使用

安装doctotext 1 安装GCC到4.6以上 tar jxf gcc-4.7.0.tar.bz2 cd gcc-4.7.0 编译 ./contrib/download_prerequisites mkdir build cd build ../configure --disable-checking --disable-multilib --enab...