.gitignore 397 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Eclipse stuff
  2. /.classpath
  3. /.project
  4. /.settings
  5. # netbeans
  6. /nbproject
  7. # we use maven!
  8. /build.xml
  9. # maven
  10. /target
  11. # vim
  12. .*.sw[a-p]
  13. # various other potential build files
  14. /build
  15. /bin
  16. /dist
  17. /manifest.mf
  18. /world
  19. # Mac filesystem dust
  20. *.DS_Store
  21. # intellij
  22. *.iml
  23. *.ipr
  24. *.iws
  25. .idea/
  26. # Project Stuff
  27. /src/main/resources/mcMMO
  28. # Other Libraries
  29. *.jar
  30. # Atlassian Stuff
  31. /atlassian-ide-plugin.xml