From 33cee37c10df8b2cda1851075399cbf428251065 Mon Sep 17 00:00:00 2001 From: Sarah Gerweck Date: Sat, 7 Oct 2017 23:56:32 -0700 Subject: [PATCH] Updates to gitignore --- .gitignore | 60 +++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index 284ccfb..cdde797 100644 --- a/.gitignore +++ b/.gitignore @@ -1,46 +1,46 @@ -# ########################################################################## -# SBT files -# ########################################################################## -target -/project/project -/*/project/project +# Custom ignores for this project -# ########################################################################## -# Eclipse files -# ########################################################################## -.classpath -.project +# Build outputs +target +bin + +# 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 -# ########################################################################## +# Ensime files +.ensime +.ensime_cache +/ensime.sbt + +# Vim files +.sw[a-z] *.sw[a-z] -# ########################################################################## -# Misc files -# ########################################################################## - -# 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