diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-01-17 21:04:45 -0500 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-01-17 21:04:45 -0500 |
| commit | e12f24608c23fbcdc0fddb823a5506395630ea9e (patch) | |
| tree | aa59d1fc5cc18e511d14e1b8d4c682ee80a78484 /.gitignore | |
| parent | 5ededf0d64c4b7994fb51db05c3e59ccbf905753 (diff) | |
Add gitignore + mvn pom
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f48608 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +bin/ +build/ +target/ |
