.gitignore 188 B

12345678910111213141516171819202122232425
  1. # eclipse
  2. bin
  3. *.launch
  4. .settings
  5. .metadata
  6. .classpath
  7. .project
  8. # idea
  9. out
  10. *.ipr
  11. *.iws
  12. *.iml
  13. .idea
  14. # gradle
  15. build
  16. .gradle
  17. # other
  18. eclipse
  19. run
  20. # Files from Forge MDK
  21. forge*changelog.txt