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.

45 lines
1.2 KiB

# ##########################################################################
# SBT files
# ##########################################################################
target
/project/project
/*/project/project
# ##########################################################################
# Eclipse files
# ##########################################################################
.classpath
.project
.cache
.cache-*
.settings
.worksheet
# ##########################################################################
# IntelliJ files
# ##########################################################################
.idea*
*.iml
# ##########################################################################
# Vim files
# ##########################################################################
*.sw[a-z]
# ##########################################################################
# Misc files
# ##########################################################################
# OS X directory data
.DS_Store
# Log files
*.log
# Java compiled
*.jar
*.class
# Intentionally ignored code
*.scala.old
/*.script