diff options
author | Brendan Forster <github@brendanforster.com> | 2018-06-18 06:59:22 -0300 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-06-18 06:59:22 -0300 |
commit | e734a55eb62b3e69736d4ea001752e1381e5c8c7 (patch) | |
tree | 3df67537cf3b0a18d78454e01cee90fdc0c28eac | |
parent | 8c48d15ecb280f20ee7ffe3b44d520a284bc73de (diff) | |
download | gitignore-e734a55eb62b3e69736d4ea001752e1381e5c8c7.tar.gz gitignore-e734a55eb62b3e69736d4ea001752e1381e5c8c7.zip |
eliminate duplication of JetBrains rules in VisualStudio
-rw-r--r-- | Global/JetBrains.gitignore | 3 | ||||
-rw-r--r-- | VisualStudio.gitignore | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index b778d238..960ad6e5 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -47,3 +47,6 @@ fabric.properties # Editor-based Rest Client .idea/httpRequests + +# Rider-specific rules +*.sln.iml
\ No newline at end of file diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f431ddc7..63ab0f8b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -286,10 +286,6 @@ paket-files/ # FAKE - F# Make .fake/ -# JetBrains Rider -.idea/ -*.sln.iml - # CodeRush .cr/ |