Initial commit

This commit is contained in:
Paul Schaub 2022-03-21 13:18:43 +01:00
commit a0c2fc468a
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
23 changed files with 628 additions and 0 deletions

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
# SPDX-FileCopyrightText: 2022 Paul Schaub <info@pgpainless.org>
#
# SPDX-License-Identifier: CC0-1.0
.idea
.gradle
out/
build/
bin/
libs/
*.iws
*.iml
*.ipr
*.class
*.log
*.jar
gradle.properties
!gradle-wrapper.jar
.classpath
.project
.settings/