diff options
author | EthanDevelops <git@ethanlibs.co> | 2022-05-08 10:26:04 -0400 |
---|---|---|
committer | EthanDevelops <git@ethanlibs.co> | 2022-05-08 10:26:04 -0400 |
commit | bdd1cb4b2f57f5303181f30635282c953d3218c5 (patch) | |
tree | ee780cfd8459877f6a78191153d00e62b456d394 /.gitignore | |
download | OneConfigLoader-bdd1cb4b2f57f5303181f30635282c953d3218c5.tar.gz OneConfigLoader-bdd1cb4b2f57f5303181f30635282c953d3218c5.tar.bz2 OneConfigLoader-bdd1cb4b2f57f5303181f30635282c953d3218c5.zip |
Initial FMLLoadingPlugin
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f25210 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# 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 +.idea
\ No newline at end of file |