diff options
author | unknown <james.jenour@protonmail.com> | 2020-03-29 15:32:45 +1100 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-03-29 15:32:45 +1100 |
commit | ae5bace43a14f2d8be9f1c1d9c644cc5dabd5d2f (patch) | |
tree | 86246c8474241da955e9bd0bab93dd35f4a73b88 /.gitignore | |
download | NotEnoughUpdates-ae5bace43a14f2d8be9f1c1d9c644cc5dabd5d2f.tar.gz NotEnoughUpdates-ae5bace43a14f2d8be9f1c1d9c644cc5dabd5d2f.tar.bz2 NotEnoughUpdates-ae5bace43a14f2d8be9f1c1d9c644cc5dabd5d2f.zip |
Initial (1.0-BETA)
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 |