Browse Source

Updates to gitignore

master
Sarah Gerweck 7 years ago
parent
commit
33cee37c10
  1. 58
      .gitignore

58
.gitignore

@ -1,46 +1,46 @@
# ##########################################################################
# SBT files
# ##########################################################################
# Custom ignores for this project
# Build outputs
target
/project/project
/*/project/project
bin
# ##########################################################################
# Eclipse files
# ##########################################################################
.classpath
.project
# SBT build files
.cache
.cache-*
.cache-main
.cache-tests
project/project
# Eclipse files
.project
.classpath
.settings
.worksheet
# ##########################################################################
# IntelliJ files
# ##########################################################################
# Scala worksheets
*.sc
# IDEA files
.idea*
*.iml
# ##########################################################################
# Vim files
# ##########################################################################
*.sw[a-z]
# Ensime files
.ensime
.ensime_cache
/ensime.sbt
# ##########################################################################
# Misc files
# ##########################################################################
# Vim files
.sw[a-z]
*.sw[a-z]
# OS X directory data
# macOS files
.DS_Store
# Log files
*.log
# Java compiled
# Never-commit files
*.jar
*.class
# Intentionally ignored code
*.scala.old
# Assorted log files
/*.log
/log
/*.script
/bin/
typescript
Loading…
Cancel
Save