Digitalsabre

Untitled

Oct 5th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. /download
  2. /eclipseBin
  3.  
  4. ## gradle
  5. /.gradle
  6. /build
  7.  
  8. ## ForgeGradle
  9. /run
  10. README.txt
  11. MinecraftForge-License.txt
  12. MinecraftForge-Credits.txt
  13. LICENSE-fml.txt
  14. CREDITS-fml.txt
  15.  
  16. ## eclipse
  17. /eclipse
  18. /.settings
  19. /.metadata
  20. /.classpath
  21. /.project
  22. /bin
  23.  
  24. ## intellij
  25. /out
  26. /.idea
  27. /*.iml
  28. /*.ipr
  29. /*.iws
  30. /atlassian-ide-plugin.xml
  31.  
  32. ## gedit
  33. *~
  34.  
  35. ## Minecraft/Forge
  36. saves/
  37. logs/
  38. options.txt
  39. config/forgeChunkLoading.cfg
  40. config/splash.properties
  41. config/forge.cfg
  42. crash-reports/
  43. usernamecache.json
  44.  
  45. #HFS+ (for Mac OS X)
  46. *.DS_Store
Advertisement
Add Comment
Please, Sign In to add comment