diff options
author | Brendan Forster <github@brendanforster.com> | 2018-06-18 06:58:13 -0300 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-06-18 06:58:13 -0300 |
commit | 13293bc8ac71d52e097278d370b4079c087e2b69 (patch) | |
tree | da55015449a6521d592955aa848df9a26ee123eb | |
parent | 22a63953fbd16e8d538b59f0ecaf2294ff899526 (diff) | |
download | gitignore-13293bc8ac71d52e097278d370b4079c087e2b69.tar.gz gitignore-13293bc8ac71d52e097278d370b4079c087e2b69.zip |
add hints that JetBrains and VSCode can support VisualStudio projects
-rw-r--r-- | VisualStudio.yml | 11 |
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 |