.gitignore 255 B

123456789101112131415161718192021
  1. .idea/
  2. **/target/
  3. *.iml
  4. # mpeltonen/sbt-idea plugin
  5. .idea_modules/
  6. # JIRA plugin
  7. atlassian-ide-plugin.xml
  8. # Cursive Clojure plugin
  9. .idea/replstate.xml
  10. .DS_Store
  11. .settings
  12. logs/
  13. .vscode
  14. **/.classpath/
  15. **/.factorypath/
  16. **/.project/
  17. **/.DS_Store
  18. **/target