From 793083181f55b86f338a5734e783a31a339da62a Mon Sep 17 00:00:00 2001 From: Crosson David Date: Sat, 24 Jun 2023 16:49:11 +0200 Subject: [PATCH] Fix License & ignored list --- .gitignore | 15 ++++++++------- build.sbt | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 852fc12..b9cfb0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,16 @@ +# temporary files *~ -.~* -*.swp -*.iml -*.tmp - -test.log +*.log nohup.out -.lmdb/ +*.swp +.attach_pid* +# build related target/ project/target metals.sbt +# IDE related .metals/ .bloop/ .bsp/ @@ -21,4 +20,6 @@ metals.sbt tmp-*.gif tmp-*.png +# application related private-application*.conf +.lmdb/ diff --git a/build.sbt b/build.sbt index e174e78..256fc6a 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "fr.janalyse" name := "code-examples-manager" homepage := Some(new URL("https://github.com/dacr/code-examples-manager")) -licenses += "Apache 2" -> url(s"https://www.apache.org/licenses/LICENSE-2.0.txt") +licenses += "NON-AI-APACHE2" -> url(s"https://github.com/non-ai-licenses/non-ai-licenses/blob/main/NON-AI-APACHE2") scmInfo := Some( ScmInfo(