aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2021-08-20 21:49:06 +0200
committerivarlovlie <git@ivarlovlie.no>2021-08-20 21:49:06 +0200
commit44a0573e35b551c4143f37c3bfa013e170436585 (patch)
tree18cde38185a321cce7f1890d267a892963e11545
parentf1f6af588ea5d6068e824303607e81cdd80cbd93 (diff)
downloaddotnet-webapi-template-44a0573e35b551c4143f37c3bfa013e170436585.tar.xz
dotnet-webapi-template-44a0573e35b551c4143f37c3bfa013e170436585.zip
Add .gitignoreHEADmaster
-rw-r--r--.gitignore14
1 files changed, 10 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index de03f94..8afdcb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ mono_crash.*
[Rr]eleases/
x64/
x86/
+[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
@@ -64,6 +65,9 @@ artifacts/
# Tye
.tye/
+# ASP.NET Scaffolding
+ScaffoldingReadMe.txt
+
# StyleCop
StyleCopReport.xml
@@ -141,7 +145,9 @@ _TeamCity*
!.axoCover/settings.json
# Coverlet is a free, cross platform Code Coverage Tool
-coverage*[.json, .xml, .info]
+coverage*.json
+coverage*.xml
+coverage*.info
# Visual Studio code coverage results
*.coverage
@@ -305,9 +311,6 @@ paket-files/
# FAKE - F# Make
.fake/
-# Ionide - VsCode extension for F# Support
-.ionide/
-
# CodeRush personal settings
.cr/personal
@@ -358,6 +361,9 @@ MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
+# Fody - auto-generated XML schema
+FodyWeavers.xsd
+
##
## Visual studio for Mac
##