feat: gitignore

This commit is contained in:
2021-10-16 01:43:27 +08:00
parent 4a3e354664
commit 58c461b48f
3 changed files with 14 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
target/

7
build.json Normal file
View File

@@ -0,0 +1,7 @@
{
"java": "1.8",
"builder": {
"name": "maven",
"version": "3.5.2"
}
}

6
justfile Normal file
View File

@@ -0,0 +1,6 @@
_:
@just --list
build:
buildj package