From 50dc2122462642a0c3a00b3a3ae6389825dc04df Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 9 Jun 2022 18:04:22 -0400 Subject: Re-license project as LGPL (#157) * add licence files & a few misc chores * add license notices & run auto formatter --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a7b89d94..53814696 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ out *.iml .idea/* !.idea/codeStyles +!.idea/copyright # gradle build -- cgit From d36b402fbf7f30757e0169bab81a974ddc7d3e76 Mon Sep 17 00:00:00 2001 From: Roman / Nea Date: Thu, 16 Jun 2022 11:37:11 +0200 Subject: Run infer on every PR (#169) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 53814696..030ecff7 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ gradle.properties eclipse run .vscode +infer-out/ +ciwork/ -- cgit From 6d2c47744663309c4297a93ff9311e9074251fa1 Mon Sep 17 00:00:00 2001 From: kr45732 <52721908+kr45732@users.noreply.github.com> Date: Fri, 5 Aug 2022 14:53:17 -0400 Subject: Add weight to pv (#201) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Finished senither weight * Fixed lily weight * move file and add senither weight * Impl weight * Remove unnecessary stuff * undo nw change * fix stuff * Update 2.1.md * why on earth would you do this 🙂 Co-authored-by: nopo --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 030ecff7..e02d8fc4 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ run .vscode infer-out/ ciwork/ +.DS_STORE -- cgit