diff options
author | DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> | 2021-08-25 09:52:20 -0400 |
---|---|---|
committer | DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> | 2021-08-25 09:52:20 -0400 |
commit | 61afd7b0843ff4a4438eb9f97c4ba29e57408aa5 (patch) | |
tree | 3fa8f89498d01cb094d9bfc4d9c09ab47c474f5b /.gitignore | |
parent | 12888a9eb0469a5462e497a29eb4d3d15bb48f3c (diff) | |
download | PerspectiveModv4-61afd7b0843ff4a4438eb9f97c4ba29e57408aa5.tar.gz PerspectiveModv4-61afd7b0843ff4a4438eb9f97c4ba29e57408aa5.tar.bz2 PerspectiveModv4-61afd7b0843ff4a4438eb9f97c4ba29e57408aa5.zip |
Revert "this is why we can't have nice things"
This reverts commit 12888a9eb0469a5462e497a29eb4d3d15bb48f3c.
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 |