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
765ecc39
Commit
765ecc39
authored
Jul 04, 2015
by
Brendan Forster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some more annotation
parent
eab8d487
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
VisualStudio.gitignore
VisualStudio.gitignore
+25
-1
No files found.
VisualStudio.gitignore
View file @
765ecc39
...
...
@@ -238,15 +238,33 @@ AppPackages/
# but keep track of directories ending in .cache
!*.[Cc]ache/
# Others
# StyleCop
# an extension for enforcing coding style in C#
# url: https://stylecop.codeplex.com/
#
# temporary files created by the tool
[Ss]tyle[Cc]op.*
# Others
~$*
*~
*.dbmdl
*.dbproj.schemaview
#
#
*.pfx
*.publishsettings
#
# the local cache of node module installed by NPM
# remove: if you are not using nodejs in your solution
OR if you wish to keep this cache under version control
node_modules/
# Orleans
# a Distributed Actor Model framework for .NET
# url: https://github.com/dotnet/Orleans
#
# code generated as part of compilation
orleans.codegen.cs
# RIA/Silverlight projects
...
...
@@ -271,12 +289,18 @@ UpgradeLog*.htm
*.
ldf
#
Business
Intelligence
projects
#
remove
:
if
you
do
not
have
Business
Intelligence
projects
in
your
solution
*.
rdl
.
data
*.
bim
.
layout
*.
bim_
*.
settings
#
Microsoft
Fakes
#
a
local
cache
of
assemblies
#
url
:
https
://
msdn
.
microsoft
.
com
/
en
-
us
/
library
/
hh549175
.
aspx
#
remove
:
if
you
are
not
using
Microsoft
Fakes
in
your
projects
FakesAssemblies
/
#
Node
.
js
Tools
for
Visual
Studio
#
url
:
https
://
github
.
com
/
Microsoft
/
nodejstools
#
remove
:
if
you
do
not
have
this
extension
installed
.
ntvs_analysis
.
dat
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