Skip to content

Commit 22652a0

Browse files
committed
Merge pull request #1051 from bohdan4ik/patch-1
Splitted large comments into a few lines
2 parents bfbe199 + a7af8cf commit 22652a0

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

VisualStudio.gitignore

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,21 @@ publish/
123123
# Publish Web Output
124124
*.[Pp]ublish.xml
125125
*.azurePubxml
126-
## TODO: Comment the next line if you want to checkin your web deploy settings but do note that will include unencrypted passwords
126+
## TODO: Comment the next line if you want to checkin your
127+
## web deploy settings but do note that will include unencrypted
128+
## passwords
127129
*.pubxml
128130

129131
# NuGet Packages Directory
130132
packages/*
131-
## TODO: If the tool you use requires repositories.config uncomment the next line
133+
## TODO: If the tool you use requires repositories.config
134+
## uncomment the next line
132135
#!packages/repositories.config
133136

134-
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
135-
# This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
137+
# Enable "build/" folder in the NuGet Packages folder since
138+
# NuGet packages use it for MSBuild targets.
139+
# This line needs to be after the ignore of the build folder
140+
# (and the packages folder if the line above has been uncommented)
136141
!packages/build/
137142

138143
# Windows Azure Build Output
@@ -158,8 +163,9 @@ node_modules/
158163
# RIA/Silverlight projects
159164
Generated_Code/
160165

161-
# Backup & report files from converting an old project file to a newer
162-
# Visual Studio version. Backup files are not needed, because we have git ;-)
166+
# Backup & report files from converting an old project file
167+
# to a newer Visual Studio version. Backup files are not needed,
168+
# because we have git ;-)
163169
_UpgradeReport_Files/
164170
Backup*/
165171
UpgradeLog*.XML

0 commit comments

Comments
 (0)