diff options
author | Bohdan Shulha <bohdan4ik@gmail.com> | 2014-04-23 10:59:33 +0300 |
---|---|---|
committer | Bohdan Shulha <bohdan4ik@gmail.com> | 2014-04-23 10:59:33 +0300 |
commit | a7af8cf3d1d8bc681ac950fa2a797b228617478f (patch) | |
tree | e4156eff485f96e23f13a5b3e7c4d21c2d4c1676 | |
parent | 95d8ff4e7aedb5a1742fe1f70ea8f33f267adf42 (diff) | |
download | gitignore-a7af8cf3d1d8bc681ac950fa2a797b228617478f.tar.gz gitignore-a7af8cf3d1d8bc681ac950fa2a797b228617478f.zip |
Splitted large comments into a few lines
-rw-r--r-- | VisualStudio.gitignore | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 6dffb673..ac0bd020 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -123,16 +123,21 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -## TODO: Comment the next line if you want to checkin your web deploy settings but do note that will include unencrypted passwords +## TODO: Comment the next line if you want to checkin your +## web deploy settings but do note that will include unencrypted +## passwords *.pubxml # NuGet Packages Directory packages/* -## TODO: If the tool you use requires repositories.config uncomment the next line +## TODO: If the tool you use requires repositories.config +## uncomment the next line #!packages/repositories.config -# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets -# This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented) +# Enable "build/" folder in the NuGet Packages folder since +# NuGet packages use it for MSBuild targets. +# This line needs to be after the ignore of the build folder +# (and the packages folder if the line above has been uncommented) !packages/build/ # Windows Azure Build Output @@ -158,8 +163,9 @@ node_modules/ # RIA/Silverlight projects Generated_Code/ -# Backup & report files from converting an old project file to a newer -# Visual Studio version. Backup files are not needed, because we have git ;-) +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML |