diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-19 21:47:24 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-19 21:49:57 -0400 |
| commit | 9eaadd57b8b66409a39402a3f395336bd351a006 (patch) | |
| tree | 6928fd9f12c53870e21797013ecaf7abcb55738a /.gitignore | |
| download | commandblocklocator-main.tar.gz commandblocklocator-main.tar.bz2 commandblocklocator-main.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..48773e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.project +.classpath +.settings/ +bin/ +target/ +.git/ +.idea +*.iml |