diff options
| author | ketsuban_152 <webmaster@dangofacotry.net> | 2026-07-04 21:59:07 +0900 |
|---|---|---|
| committer | ketsuban_152 <webmaster@dangofacotry.net> | 2026-07-04 21:59:07 +0900 |
| commit | 8354ed6c09e960d2f48d7bc40b7c7978947524eb (patch) | |
| tree | eba1dfff5d762cb6c991e93f27c8d2cae5e6a57f /.gitignore | |
| download | LuckyBlock-master.tar.gz LuckyBlock-master.tar.bz2 LuckyBlock-master.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..12f8644 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# eclipse +bin +*.launch +.settings +.metadata +.classpath +.project + +# idea +out +*.ipr +*.iws +*.iml +.idea + +# gradle +build +.gradle + +# other +eclipse +run + +# Files from Forge MDK +forge*changelog.txt |
