瀏覽代碼

Add Cursive's REPL history file

**Reasons for making this change:**

The file `replstate.xml` contains the history of the Clojure REPL
that Cursive adds to IntelliJ. Obviously that's user-specific,
and not relevant to other users.

**Links to documentation supporting these rule changes:**

This file is not well-documented, but in cursive-ide/cursive#1325,
the Cursive developers state that this is the REPL history file,
and that deleting it is acceptable troubleshooting if it's
causing trouble.
Robert Richter 8 年之前
父節點
當前提交
8e85b39340
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Global/JetBrains.gitignore

+ 3 - 0
Global/JetBrains.gitignore

@@ -36,6 +36,9 @@
 # JIRA plugin
 atlassian-ide-plugin.xml
 
+# Cursive Clojure plugin
+.idea/replstate.xml
+
 # Crashlytics plugin (for Android Studio and IntelliJ)
 com_crashlytics_export_strings.xml
 crashlytics.properties