[gitignote] update to allow some project files
This commit is contained in:
parent
8affe49ce4
commit
d3d5784cb0
2 changed files with 27 additions and 2 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
@ -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
|
*.iml
|
||||||
.idea/
|
.idea/
|
||||||
project/
|
|
||||||
target/
|
### Metals ###
|
||||||
.bloop/
|
.bloop/
|
||||||
.metals/
|
.metals/
|
||||||
|
|
1
project/build.properties
Normal file
1
project/build.properties
Normal file
|
@ -0,0 +1 @@
|
||||||
|
sbt.version = 1.2.8
|
Loading…
Reference in a new issue