diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-05-15 18:59:22 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-05-15 18:59:22 -0400 |
| commit | 68dbb2b7eaae8379bcb185428e46e083a2bf6ecb (patch) | |
| tree | f74400ff9979c1290e74a51c527fb2abda4969ea /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d3b77e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.classpath +.project +.settings/ +target/ +tags |
