diff options
| author | Fuwn <[email protected]> | 2024-06-07 21:32:00 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-07 21:33:57 +0000 |
| commit | d6d52a48a03db35ebd352752eac8a5a700e68050 (patch) | |
| tree | 20661624fd7d2fe0ed035b1f40e50dac7be07320 /.gitignore | |
| download | worldsplayer_source_editor-d6d52a48a03db35ebd352752eac8a5a700e68050.tar.xz worldsplayer_source_editor-d6d52a48a03db35ebd352752eac8a5a700e68050.zip | |
feat: initial release
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..4e45ee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +source +out +worlds.jar |