.gitignore 789 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # Used to store github access token for releasing
  2. /access_token
  3. ################
  4. # IntelliJ #
  5. ################
  6. /.idea/*
  7. jadb.iml
  8. #############
  9. # Maven #
  10. #############
  11. out/
  12. target/
  13. #################
  14. ## Eclipse
  15. #################
  16. *.pydevproject
  17. #.project
  18. .metadata
  19. bin/
  20. tmp/
  21. *.tmp
  22. *.bak
  23. *.swp
  24. *~.nib
  25. local.properties
  26. #.classpath
  27. .settings/
  28. .loadpath
  29. # External tool builders
  30. .externalToolBuilders/
  31. # Locally stored "Eclipse launch configurations"
  32. *.launch
  33. # CDT-specific
  34. .cproject
  35. # PDT-specific
  36. .buildpath
  37. #####################
  38. ## Windows detritus #
  39. #####################
  40. # Windows image file caches
  41. Thumbs.db
  42. ehthumbs.db
  43. # Folder config file
  44. Desktop.ini
  45. # Recycle Bin used on file shares
  46. $RECYCLE.BIN/
  47. #################
  48. ## Mac detritus #
  49. #################
  50. .DS_Store