@@ -234,3 +234,71 @@ _Pvt_Extensions
234
234
235
235
# FAKE - F# Make
236
236
.fake /
237
+
238
+ # ## Rider ###
239
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
240
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
241
+
242
+ # User-specific stuff
243
+ .idea /** /workspace.xml
244
+ .idea /** /tasks.xml
245
+ .idea /** /usage.statistics.xml
246
+ .idea /** /dictionaries
247
+ .idea /** /shelf
248
+
249
+ # Generated files
250
+ .idea /** /contentModel.xml
251
+
252
+ # Sensitive or high-churn files
253
+ .idea /** /dataSources /
254
+ .idea /** /dataSources.ids
255
+ .idea /** /dataSources.local.xml
256
+ .idea /** /sqlDataSources.xml
257
+ .idea /** /dynamic.xml
258
+ .idea /** /uiDesigner.xml
259
+ .idea /** /dbnavigator.xml
260
+
261
+ # Gradle
262
+ .idea /** /gradle.xml
263
+ .idea /** /libraries
264
+
265
+ # Gradle and Maven with auto-import
266
+ # When using Gradle or Maven with auto-import, you should exclude module files,
267
+ # since they will be recreated, and may cause churn. Uncomment if using
268
+ # auto-import.
269
+ # .idea/modules.xml
270
+ # .idea/*.iml
271
+ # .idea/modules
272
+
273
+ # CMake
274
+ cmake-build- * /
275
+
276
+ # Mongo Explorer plugin
277
+ .idea /** /mongoSettings.xml
278
+
279
+ # File-based project format
280
+ * .iws
281
+
282
+ # IntelliJ
283
+ out /
284
+
285
+ # mpeltonen/sbt-idea plugin
286
+ .idea_modules /
287
+
288
+ # JIRA plugin
289
+ atlassian-ide-plugin.xml
290
+
291
+ # Cursive Clojure plugin
292
+ .idea /replstate.xml
293
+
294
+ # Crashlytics plugin (for Android Studio and IntelliJ)
295
+ com_crashlytics_export_strings.xml
296
+ crashlytics.properties
297
+ crashlytics-build.properties
298
+ fabric.properties
299
+
300
+ # Editor-based Rest Client
301
+ .idea /httpRequests
302
+
303
+ # Android studio 3.1+ serialized cache file
304
+ .idea /caches /build_file_checksums.ser
0 commit comments