diff options
author | dev@ftbsc <dev@fantabos.co> | 2023-02-06 22:47:38 +0100 |
---|---|---|
committer | dev@ftbsc <dev@fantabos.co> | 2023-02-06 22:47:38 +0100 |
commit | aa54db5cefa47385484f4f837d6750f15fd2881a (patch) | |
tree | 37db2096309b496634647a58264471e914d8abd8 /.gitignore |
initial commit
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 |