Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
GitCode
Gitignore
提交
a5b891d9
G
Gitignore
项目概览
GitCode
/
Gitignore
接近 2 年 前同步成功
通知
294
Star
150836
Fork
84116
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
G
Gitignore
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
a5b891d9
编写于
7月 04, 2015
作者:
B
Brendan Forster
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
first pass at annotating the source
上级
a2f49b7b
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
54 addition
and
20 deletion
+54
-20
VisualStudio.gitignore
VisualStudio.gitignore
+54
-20
未找到文件。
VisualStudio.gitignore
浏览文件 @
a5b891d9
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
# temporary files generated by Visual Studio specific to the local user
# contains profile information and other metadata
# remove: if no longer targeting Visual Studio 2013 or earlier
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
#
# new location for Visual Studio 2015
.vs/
#
# specific to MonoDevelop and Xamarin Studio
*.userprefs
#
Build results
#
build output folders generated by Visual Studio
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
...
...
@@ -22,24 +24,37 @@ bld/
[Bb]in/
[Oo]bj/
# Visual Studio 2015 cache/options directory
.vs/
# MSTest test Results
# MSTest
# a test framework from Microsoft
# remove: if you are not using the MSTest runner to run your tests
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUNIT
# NUnit
# an open source test framework for .NET
# site: http://www.nunit.org/
# remove: if you are not using the NUnit test runner to run your tests
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
# ATL (Active Template Library) Project
# remove: if you do not have an ATL project in your solution
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# DNX
# summary: the environment for cross-platform .NET development
# site: https://github.com/aspnet/dnx
#
# locks the package references for a project to specific versions
# url: https://github.com/aspnet/Home/wiki/Lock-file
# remove: if you would like to lock your dependencies to a specific version
# when committing and prevent package restore from selecting a
# more recent version
project.lock.json
#
# build output
artifacts/
*_i.c
...
...
@@ -67,7 +82,10 @@ artifacts/
*.svclog
*.scc
# Chutzpah Test files
# Chutzpah
# a JS unit testing framework for commit
# site: https://github.com/mmanela/chutzpah
# include-when: you use the Chutzpah test runner to run tests
_Chutzpah*
# Visual C++ cache files
...
...
@@ -78,23 +96,29 @@ ipch/
*.sdf
*.cachefile
# Visual Studio profiler
# temporary files generated by the Visual Studio profiling tools
# remove-when: you are not using these features of Visual Studio
*.psess
*.vsp
*.vspx
# TFS 2012 Local Workspace
# remove-when: you are not using TFVC in this repository
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
# ReSharper
# a Visual Studio extension which supports various project types
# site: https://www.jetbrains.com/resharper/
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding add-in
# JustCode
# a Visual Studio extension for various project types
# site: https://www.jetbrains.com/resharper/
.JustCode
# TeamCity is a build add-in
...
...
@@ -104,15 +128,19 @@ _TeamCity*
*.dotCover
# NCrunch
# a continuous test runner for Visual Studio
# site: TODO
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
# site: TODO:
*.mm.*
AutoTest.Net/
# Web workbench (sass)
# Web Workbench
# site: TODO:
.sass-cache/
# Installshield output folder
...
...
@@ -129,19 +157,25 @@ DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
# remove:
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# NuGet Packages
# NuGet
# summary: the package manager tool used in Visual Studio
# url: https://nuget.org
#
# output packages created by NuGet
*.nupkg
# The packages folder can be ignored because of Package Restore
# remove-if: you want to disable Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录