Skip to content

Commit

Permalink
Add .gitignore (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich authored Mar 18, 2022
1 parent 0b71eec commit 432cc0c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### SBT template
# Simple Build Tool
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control

dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
.history
.cache
.lib/

### Scala template
*.class
*.log

0 comments on commit 432cc0c

Please sign in to comment.