commit c9902a11bc8cfb35748ed70709233f96bd74be97 Author: Станислав Ким Date: Thu Feb 1 12:12:47 2024 +0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5a80202 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# ---> 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 + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..e692f9d --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Techdm_transaction_task +