Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
22652a00
Commit
22652a00
authored
Apr 29, 2014
by
Carl Suster
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1051 from bohdan4ik/patch-1
Splitted large comments into a few lines
parents
bfbe199c
a7af8cf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
VisualStudio.gitignore
VisualStudio.gitignore
+12
-6
No files found.
VisualStudio.gitignore
View file @
22652a00
...
@@ -123,16 +123,21 @@ publish/
...
@@ -123,16 +123,21 @@ publish/
# Publish Web Output
# Publish Web Output
*.[Pp]ublish.xml
*.[Pp]ublish.xml
*.azurePubxml
*.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
*.pubxml
# NuGet Packages Directory
# NuGet Packages Directory
packages/*
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
#!packages/repositories.config
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
# Enable "build/" folder in the NuGet Packages folder since
# This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
# 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/
!packages/build/
# Windows Azure Build Output
# Windows Azure Build Output
...
@@ -158,8 +163,9 @@ node_modules/
...
@@ -158,8 +163,9 @@ node_modules/
# RIA/Silverlight projects
# RIA/Silverlight projects
Generated_Code/
Generated_Code/
# Backup & report files from converting an old project file to a newer
# Backup & report files from converting an old project file
# Visual Studio version. Backup files are not needed, because we have git ;-)
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
_UpgradeReport_Files/
Backup*/
Backup*/
UpgradeLog*.XML
UpgradeLog*.XML
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment