diff options
author | unknown <james.jenour@protonmail.com> | 2020-05-31 01:59:47 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-05-31 01:59:47 +1000 |
commit | de97f55968d183cc7d76aad87e3b27d382bfdbc9 (patch) | |
tree | eab5e7769069f31b79016e3702855ebb9f614a8e /.gitignore | |
download | NotEnoughUpdates-de97f55968d183cc7d76aad87e3b27d382bfdbc9.tar.gz NotEnoughUpdates-de97f55968d183cc7d76aad87e3b27d382bfdbc9.tar.bz2 NotEnoughUpdates-de97f55968d183cc7d76aad87e3b27d382bfdbc9.zip |
1.5BETA-1.6
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2c770e09 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# eclipse +bin +*.launch +.settings +.metadata +.classpath +.project + +# idea +out +*.ipr +*.iws +*.iml +.idea + +# gradle +build +.gradle + +# other +eclipse +run |