1. 19 3月, 2018 1 次提交
  2. 08 2月, 2018 1 次提交
  3. 06 2月, 2018 1 次提交
  4. 26 12月, 2017 1 次提交
  5. 18 12月, 2017 1 次提交
  6. 15 12月, 2017 1 次提交
  7. 29 11月, 2017 1 次提交
  8. 23 10月, 2017 1 次提交
  9. 12 9月, 2017 1 次提交
  10. 26 7月, 2017 1 次提交
  11. 07 7月, 2017 1 次提交
  12. 08 6月, 2017 1 次提交
  13. 06 6月, 2017 1 次提交
  14. 01 6月, 2017 1 次提交
  15. 26 5月, 2017 1 次提交
  16. 10 5月, 2017 1 次提交
  17. 19 4月, 2017 1 次提交
  18. 17 4月, 2017 1 次提交
  19. 29 3月, 2017 2 次提交
  20. 28 3月, 2017 1 次提交
  21. 20 3月, 2017 1 次提交
  22. 13 3月, 2017 1 次提交
    • R
      Add Cursive's REPL history file · 8e85b393
      Robert Richter 提交于
      **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.
      8e85b393
  23. 17 2月, 2017 3 次提交
  24. 28 1月, 2017 1 次提交
  25. 15 1月, 2017 1 次提交
    • J
      Update JetBrains.gitignore · d8b46e7d
      Jarl Gullberg 提交于
      In newer versions of the IntelliJ platform (such as the one used for Rider), the .idea files are now placed in a subdirectory of the same, named after the current project (such as ".idea/.idea.Everlook/.idea/workspace.xml"). Adding a double-star pattern to these folder rules will also ignore these new files and maintain backwards compatibility with previous revisions of this file.
      d8b46e7d
  26. 03 1月, 2017 1 次提交
  27. 06 12月, 2016 1 次提交
  28. 30 11月, 2016 1 次提交
  29. 21 11月, 2016 1 次提交
    • D
      Modified VS Code .gitignore · 3e303c56
      Davor Mas 提交于
      Added extensions.json as exception in .vscode folder. File is used as
      extensions recommendation for project.
      3e303c56
  30. 04 11月, 2016 2 次提交
  31. 29 10月, 2016 1 次提交
  32. 20 9月, 2016 1 次提交
  33. 07 9月, 2016 2 次提交
  34. 31 8月, 2016 1 次提交
  35. 23 8月, 2016 1 次提交
    • S
      nbactions.xml must not be ignored (?) · d785d611
      Shubham Rao 提交于
      This file as documentation (which seems lacking) states is used for calling custom Maven goals from the IDE.
      Ignoring this file was a source much confusion in few projects (mapping Run action to custom goals... etc etc) 
      Also this file does anything worth ignoring
      Added by #145
      Exclusion of `nbactions.xml`  from `.gitgnore` should be discussed.
      d785d611