Skip to content

Commit 8e85b39

Browse files
committed
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.
1 parent a719cf1 commit 8e85b39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Global/JetBrains.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
# JIRA plugin
3737
atlassian-ide-plugin.xml
3838

39+
# Cursive Clojure plugin
40+
.idea/replstate.xml
41+
3942
# Crashlytics plugin (for Android Studio and IntelliJ)
4043
com_crashlytics_export_strings.xml
4144
crashlytics.properties

0 commit comments

Comments
 (0)