diff options
author | NikkyAI <[email protected]> | 2018-11-06 11:23:40 +0100 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:14 +0800 |
commit | 0839008c2301ac17f663c0d7113eeed5ee87dd62 (patch) | |
tree | bafe9e43de083b24830160529a57f47aa5be573c /.gitignore | |
parent | 9acb9ef71a566cf943d1c4876ec46060daaa6aa7 (diff) |
use plugins block for fabric-loom
add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a5fea3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# gradle + +.gradle/ +build/ +out/ + +# idea + +.idea/ +*.iml +*.ipr +*.iws + +# fabric + +run/
\ No newline at end of file |