[gitignote] update to allow some project files

This commit is contained in:
Paul Campbell 2019-05-11 08:54:35 +01:00
parent 8affe49ce4
commit d3d5784cb0
2 changed files with 27 additions and 2 deletions

28
.gitignore vendored
View file

@ -1,6 +1,30 @@
# Created by https://www.gitignore.io/api/sbt,scala
# Edit at https://www.gitignore.io/?templates=sbt,scala
### SBT ###
# 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 ###
*.class
*.log
# End of https://www.gitignore.io/api/sbt,scala
### IntelliJ ###
*.iml
.idea/
project/
target/
### Metals ###
.bloop/
.metals/

1
project/build.properties Normal file
View file

@ -0,0 +1 @@
sbt.version = 1.2.8