Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgerweck committed Oct 30, 2017
1 parent 45f32da commit 2f9d399
Showing 1 changed file with 44 additions and 9 deletions.
53 changes: 44 additions & 9 deletions .gitignore
@@ -1,11 +1,46 @@
# Custom ignores for this project

# Build outputs
target target
/.classpath bin
/.project
/.cache # SBT build files
/.cache-* .cache
/.settings .cache-main
*.swp .cache-tests
/project/target project/project
/project/project
# Eclipse files
.project
.classpath
.settings
.worksheet

# Scala worksheets
*.sc

# IDEA files
.idea*
*.iml

# Ensime files
.ensime
.ensime_cache
/ensime.sbt

# Vim files
.sw[a-z]
*.sw[a-z]

# macOS files
.DS_Store .DS_Store
/bin/
# Never-commit files
*.jar
*.class

# Assorted log files
/*.log
/log
/*.script
typescript

0 comments on commit 2f9d399

Please sign in to comment.