diff options
author | DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> | 2020-08-31 09:30:59 -0400 |
---|---|---|
committer | DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> | 2020-08-31 09:30:59 -0400 |
commit | 09a500d0ae3693ed5fc03feec505c6b2664ada84 (patch) | |
tree | 164e9b3b0c213381568981c328dd7fdf08d21e0a /.gitignore | |
download | PerspectiveModv4-09a500d0ae3693ed5fc03feec505c6b2664ada84.tar.gz PerspectiveModv4-09a500d0ae3693ed5fc03feec505c6b2664ada84.tar.bz2 PerspectiveModv4-09a500d0ae3693ed5fc03feec505c6b2664ada84.zip |
Initial Commit
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 0000000..2c770e0 --- /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 |