diff options
author | xX_MinecraftGamer123_Xx <73876072+Maximusbarcz@users.noreply.github.com> | 2022-09-28 21:53:41 +0200 |
---|---|---|
committer | xX_MinecraftGamer123_Xx <73876072+Maximusbarcz@users.noreply.github.com> | 2022-09-28 21:53:41 +0200 |
commit | caae62f9978b4c40e8cabcb45a76a8b92b6b2615 (patch) | |
tree | 1c123804f474fcfc440d3392a500759fc1cbede3 /.gitignore | |
download | ygasi-caae62f9978b4c40e8cabcb45a76a8b92b6b2615.tar.gz ygasi-caae62f9978b4c40e8cabcb45a76a8b92b6b2615.tar.bz2 ygasi-caae62f9978b4c40e8cabcb45a76a8b92b6b2615.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..09cd281 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# gradle + +.gradle/ +build/ +out/ +classes/ + +# eclipse + +*.launch + +# idea + +.idea/ +*.iml +*.ipr +*.iws + +# vscode + +.settings/ +.vscode/ +bin/ +.classpath +.project + +# macos + +*.DS_Store + +# fabric + +run/ |