diff options
author | ThatGravyBoat <thatgravyboat@gmail.com> | 2021-08-26 05:01:51 -0230 |
---|---|---|
committer | ThatGravyBoat <thatgravyboat@gmail.com> | 2021-08-26 05:01:51 -0230 |
commit | f71b3ccee2ec9949de7e572375a45dbf1c3fadb8 (patch) | |
tree | 6722a0c3e8a1a5fc86d93f88b197db212c4c5faf /.gitignore | |
download | RewardClaim-f71b3ccee2ec9949de7e572375a45dbf1c3fadb8.tar.gz RewardClaim-f71b3ccee2ec9949de7e572375a45dbf1c3fadb8.tar.bz2 RewardClaim-f71b3ccee2ec9949de7e572375a45dbf1c3fadb8.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36367f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# eclipse +eclipse +bin +*.launch +.settings +.metadata +.classpath +.project + +# idea +out +classes +*.ipr +*.iws +*.iml +.idea + +# gradle +build +.gradle + +#Netbeans +.nb-gradle +.nb-gradle-properties + +# other +run +.DS_Store +Thumbs.db
\ No newline at end of file |