diff options
Diffstat (limited to 'co-purchase-analysis/.gitignore')
-rw-r--r-- | co-purchase-analysis/.gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/co-purchase-analysis/.gitignore b/co-purchase-analysis/.gitignore new file mode 100644 index 0000000..206c638 --- /dev/null +++ b/co-purchase-analysis/.gitignore @@ -0,0 +1,20 @@ +*.class +*.log +# 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/ + +.bloop/ +.metals/ +.sbt/ +.bsp/ +project/ |