Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@xamarin.com>2018-01-03 15:55:27 +0300
committerMatt Ward <matt.ward@xamarin.com>2018-01-03 15:58:22 +0300
commit6e911bf68971716d5608704f86b33bfad6211c5b (patch)
tree9983d072be29776bbbc78df8b175ff079b241823 /main/src/addins/VersionControl
parentc71a1f9db616b47c313142db2d64af01e4b2fd38 (diff)
[Git] Add .vs directory to .gitignore used with new projects
Creating a new project with a .gitignore file would add the solution preferences file from the .vs directory to the local Git repository. The solution preferences file should not be included in the Git repository by default.
Diffstat (limited to 'main/src/addins/VersionControl')
-rw-r--r--main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/GitIgnore.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/GitIgnore.txt b/main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/GitIgnore.txt
index 4e82d2703b..bf793edcc6 100644
--- a/main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/GitIgnore.txt
+++ b/main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/GitIgnore.txt
@@ -27,6 +27,7 @@ autom4te.cache/
tarballs/
test-results/
Thumbs.db
+.vs/
# Mac bundle stuff
*.dmg