Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
7d209f8a
Commit
7d209f8a
authored
Jul 04, 2015
by
Brendan Forster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a bit more cleanup
parent
a5b891d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
13 deletions
+19
-13
VisualStudio.gitignore
VisualStudio.gitignore
+19
-13
No files found.
VisualStudio.gitignore
View file @
7d209f8a
...
@@ -32,7 +32,7 @@ bld/
...
@@ -32,7 +32,7 @@ bld/
# NUnit
# NUnit
# an open source test framework for .NET
# an open source test framework for .NET
#
site
: http://www.nunit.org/
#
url
: http://www.nunit.org/
# remove: if you are not using the NUnit test runner to run your tests
# remove: if you are not using the NUnit test runner to run your tests
*.VisualState.xml
*.VisualState.xml
TestResult.xml
TestResult.xml
...
@@ -45,7 +45,7 @@ dlldata.c
...
@@ -45,7 +45,7 @@ dlldata.c
# DNX
# DNX
# summary: the environment for cross-platform .NET development
# summary: the environment for cross-platform .NET development
#
site
: https://github.com/aspnet/dnx
#
url
: https://github.com/aspnet/dnx
#
#
# locks the package references for a project to specific versions
# locks the package references for a project to specific versions
# url: https://github.com/aspnet/Home/wiki/Lock-file
# url: https://github.com/aspnet/Home/wiki/Lock-file
...
@@ -84,8 +84,8 @@ artifacts/
...
@@ -84,8 +84,8 @@ artifacts/
# Chutzpah
# Chutzpah
# a JS unit testing framework for commit
# a JS unit testing framework for commit
#
site
: https://github.com/mmanela/chutzpah
#
url
: https://github.com/mmanela/chutzpah
#
include-when: you use the Chutzpah test runner to run tests
#
remove: if you do not use the Chutzpah test runner in your project
_Chutzpah*
_Chutzpah*
# Visual C++ cache files
# Visual C++ cache files
...
@@ -97,13 +97,13 @@ ipch/
...
@@ -97,13 +97,13 @@ ipch/
*.cachefile
*.cachefile
# temporary files generated by the Visual Studio profiling tools
# temporary files generated by the Visual Studio profiling tools
# remove
-when:
you are not using these features of Visual Studio
# remove
: if
you are not using these features of Visual Studio
*.psess
*.psess
*.vsp
*.vsp
*.vspx
*.vspx
# TFS 2012 Local Workspace
# TFS 2012 Local Workspace
# remove
-when:
you are not using TFVC in this repository
# remove
: if
you are not using TFVC in this repository
$tf/
$tf/
# Guidance Automation Toolkit
# Guidance Automation Toolkit
...
@@ -111,36 +111,42 @@ $tf/
...
@@ -111,36 +111,42 @@ $tf/
# ReSharper
# ReSharper
# a Visual Studio extension which supports various project types
# a Visual Studio extension which supports various project types
#
site
: https://www.jetbrains.com/resharper/
#
url
: https://www.jetbrains.com/resharper/
_ReSharper*/
_ReSharper*/
*.[Rr]e[Ss]harper
*.[Rr]e[Ss]harper
*.DotSettings.user
*.DotSettings.user
# JustCode
# JustCode
# a Visual Studio extension for various project types
# a Visual Studio extension for various project types
#
site
: https://www.jetbrains.com/resharper/
#
url
: https://www.jetbrains.com/resharper/
.JustCode
.JustCode
# TeamCity is a build add-in
# TeamCity
# a Visual Studio extension you can download from your TeamCity server
# url: https://confluence.jetbrains.com/display/TCD9/Visual+Studio+Addin
_TeamCity*
_TeamCity*
# DotCover is a Code Coverage Tool
# DotCover
# a code coverage plugin for Visual Studio
# url: https://www.jetbrains.com/dotcover/
*.dotCover
*.dotCover
# NCrunch
# NCrunch
# a continuous test runner for Visual Studio
# a continuous test runner for Visual Studio
#
site: TODO
#
url: http://www.ncrunch.net
_NCrunch_*
_NCrunch_*
.*crunch*.local.xml
.*crunch*.local.xml
nCrunchTemp_*
nCrunchTemp_*
# MightyMoose
# MightyMoose
# site: TODO:
# a continuous test runner for Visual Studio
# url: http://www.continuoustests.com/
*.mm.*
*.mm.*
AutoTest.Net/
AutoTest.Net/
# Web Workbench
# Web Workbench
# site: TODO:
# SASS, LESS and Coffeescript integration for Visual Studio
# url: http://www.mindscapehq.com/products/web-workbench
.sass-cache/
.sass-cache/
# Installshield output folder
# Installshield output folder
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment