Skip to content

Commit 74b6dd1

Browse files
committed
Add Azure publish XML file
* Ignore Azure publish *.azurePubxml files * Add a trailing slash to csx * Remove random whitespace after build output
1 parent 8335a5d commit 74b6dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*.sln.docstates
88

99
# Build results
10-
1110
[Dd]ebug/
1211
[Rr]elease/
1312
x64/
@@ -105,13 +104,14 @@ publish/
105104

106105
# Publish Web Output
107106
*.Publish.xml
107+
*.azurePubxml
108108

109109
# NuGet Packages Directory
110110
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
111111
#packages/
112112

113113
# Windows Azure Build Output
114-
csx
114+
csx/
115115
*.build.csdef
116116

117117
# Windows Store app package directory

0 commit comments

Comments
 (0)