Skip to content

Commit b3a336e

Browse files
authored
Merge pull request #124 from mdedetrich/update-gitignore
Update .gitignore file
2 parents caf6c9c + 99ca399 commit b3a336e

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.gitignore

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
target/
2-
3-
# vim
4-
*.sw?
1+
### SBT template
2+
# Simple Build Tool
3+
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
54

6-
# Ignore [ce]tags files
7-
tags
5+
dist/*
6+
target/
7+
lib_managed/
8+
src_managed/
9+
project/boot/
10+
project/plugins/project/
11+
.history
12+
.cache
13+
.lib/
814

9-
.bsp
15+
### Scala template
16+
*.class
17+
*.log

0 commit comments

Comments
 (0)