You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
437 B

  1. # Custom ignores for this project
  2. # Build outputs
  3. target
  4. bin
  5. # SBT build files
  6. .cache
  7. .cache-main
  8. .cache-tests
  9. project/project
  10. # Eclipse files
  11. .project
  12. .classpath
  13. .settings
  14. .worksheet
  15. # Scala worksheets
  16. *.sc
  17. # IDEA files
  18. .idea*
  19. *.iml
  20. # Ensime files
  21. .ensime
  22. .ensime_cache
  23. /ensime.sbt
  24. # Vim files
  25. .sw[a-z]
  26. *.sw[a-z]
  27. # macOS files
  28. .DS_Store
  29. # Never-commit files
  30. *.jar
  31. *.class
  32. # Assorted log files
  33. /*.log
  34. /log
  35. /*.script
  36. typescript