diff options
| author | 2018-11-06 11:23:40 +0100 | |
|---|---|---|
| committer | 2018-11-06 11:28:20 +0100 | |
| commit | 33ecb40f610a53980360cd24c4ff75c2e5a36fb8 (patch) | |
| tree | ea64388791696de209ca6edd30cec135ce1c230d /.gitignore | |
| parent | update to 0.0.13 (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 |
