aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Forster <github@brendanforster.com>2018-06-18 06:58:13 -0300
committerBrendan Forster <github@brendanforster.com>2018-06-18 06:58:13 -0300
commit13293bc8ac71d52e097278d370b4079c087e2b69 (patch)
treeda55015449a6521d592955aa848df9a26ee123eb
parent22a63953fbd16e8d538b59f0ecaf2294ff899526 (diff)
downloadgitignore-13293bc8ac71d52e097278d370b4079c087e2b69.tar.gz
gitignore-13293bc8ac71d52e097278d370b4079c087e2b69.zip
add hints that JetBrains and VSCode can support VisualStudio projects
-rw-r--r--VisualStudio.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/VisualStudio.yml b/VisualStudio.yml
new file mode 100644
index 00000000..2c872d87
--- /dev/null
+++ b/VisualStudio.yml
@@ -0,0 +1,11 @@
+aliases:
+ - CSharp
+ - C#
+ - FSharp
+ - F#
+ - VisualBasic
+ - VB
+
+editors:
+ - Global/JetBrains.gitignore
+ - Global/VisualStudioCode.gitignore