aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 12 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index efc59600..3e8a1553 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
4## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore 4## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5 5
6# User-specific files 6# User-specific files
7*.rsuser
7*.suo 8*.suo
8*.user 9*.user
9*.userosscache 10*.userosscache
@@ -19,7 +20,8 @@
19[Rr]eleases/ 20[Rr]eleases/
20x64/ 21x64/
21x86/ 22x86/
22[Ww]in32/ 23[Aa][Rr][Mm]/
24[Aa][Rr][Mm]64/
23bld/ 25bld/
24[Bb]in/ 26[Bb]in/
25[Oo]bj/ 27[Oo]bj/
@@ -77,6 +79,7 @@ StyleCopReport.xml
77*.tlh 79*.tlh
78*.tmp 80*.tmp
79*.tmp_proj 81*.tmp_proj
82*_wpftmp.csproj
80*.log 83*.log
81*.vspscc 84*.vspscc
82*.vssscc 85*.vssscc
@@ -208,7 +211,7 @@ _pkginfo.txt
208# files ending in .cache can be ignored 211# files ending in .cache can be ignored
209*.[Cc]ache 212*.[Cc]ache
210# but keep track of directories ending in .cache 213# but keep track of directories ending in .cache
211!*.[Cc]ache/ 214!?*.[Cc]ache/
212 215
213# Others 216# Others
214ClientBin/ 217ClientBin/
@@ -228,6 +231,8 @@ orleans.codegen.cs
228# Since there are multiple workflows, uncomment next line to ignore bower_components 231# Since there are multiple workflows, uncomment next line to ignore bower_components
229# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) 232# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
230#bower_components/ 233#bower_components/
234# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true
235**/wwwroot/lib/
231 236
232# RIA/Silverlight projects 237# RIA/Silverlight projects
233Generated_Code/ 238Generated_Code/
@@ -291,8 +296,8 @@ paket-files/
291.idea/ 296.idea/
292*.sln.iml 297*.sln.iml
293 298
294# CodeRush 299# CodeRush personal settings
295.cr/ 300.cr/personal
296 301
297# Python Tools for Visual Studio (PTVS) 302# Python Tools for Visual Studio (PTVS)
298__pycache__/ 303__pycache__/
@@ -331,3 +336,6 @@ ASALocalRun/
331 336
332# Local History for Visual Studio 337# Local History for Visual Studio
333.localhistory/ 338.localhistory/
339
340# BeatPulse healthcheck temp database
341healthchecksdb