diff options
author | zaaarf <zaaarf@proton.me> | 2023-08-27 01:05:26 +0200 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-08-27 01:05:26 +0200 |
commit | 5bd9f685b1df4e819dcab5ebe4bff0146bb90aa3 (patch) | |
tree | 9d7a2d6341b0a12af8535d0b8956c9696039cc2f /.gitignore |
feat: basic cli application
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86151fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# eclipse +bin +*.launch +.settings +.metadata +.classpath +.project + +# idea +out +*.ipr +*.iws +*.iml +.idea + +# gradle +build +.gradle +gradle.properties + +# other +eclipse +run + +# Files from Forge MDK +forge*changelog.txt |