.gitignore 726 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <<<<<<< HEAD
  2. target
  3. *.iml
  4. =======
  5. >>>>>>> exauth/develop
  6. .classpath
  7. .project
  8. .settings
  9. #java
  10. *.class
  11. # Mobile Tools for Java (J2ME)
  12. .mtj.tmp/
  13. # Package Files #
  14. *.jar
  15. *.war
  16. *.ear
  17. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  18. hs_err_pid*
  19. #eclipse
  20. *.pydevproject
  21. .metadata
  22. .gradle
  23. bin/
  24. tmp/
  25. *.tmp
  26. *.bak
  27. *.swp
  28. *~.nib
  29. local.properties
  30. .settings/
  31. .loadpath
  32. #log
  33. *.log
  34. # External tool builders
  35. .externalToolBuilders/
  36. # Locally stored "Eclipse launch configurations"
  37. *.launch
  38. # CDT-specific
  39. .cproject
  40. # PDT-specific
  41. .buildpath
  42. # sbteclipse plugin
  43. .target
  44. # TeXlipse plugin
  45. .texlipse
  46. target
  47. <<<<<<< HEAD
  48. # Intellij
  49. *.idea
  50. =======
  51. .idea
  52. # Intellij
  53. >>>>>>> exauth/develop
  54. *.iml