Sin Descripción

.gitignore 795B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <<<<<<< HEAD
  2. # Compiled class file
  3. *.class
  4. target
  5. .settings
  6. # Log file
  7. *.log
  8. # BlueJ files
  9. *.ctxt
  10. # Mobile Tools for Java (J2ME)
  11. .mtj.tmp/
  12. # Package Files #
  13. *.jar
  14. *.war
  15. *.ear
  16. *.zip
  17. *.tar.gz
  18. *.rar
  19. *.iml
  20. .idea
  21. .vscode
  22. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  23. hs_err_pid*
  24. .factorypath
  25. .classpath
  26. .settings
  27. .project
  28. =======
  29. # Compiled class file
  30. *.class
  31. target
  32. .settings
  33. # Log file
  34. *.log
  35. # BlueJ files
  36. *.ctxt
  37. # Mobile Tools for Java (J2ME)
  38. .mtj.tmp/
  39. # Package Files #
  40. *.jar
  41. *.war
  42. *.ear
  43. *.zip
  44. *.tar.gz
  45. *.rar
  46. *.iml
  47. .idea
  48. .vscode
  49. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  50. hs_err_pid*
  51. .factorypath
  52. .classpath
  53. .settings
  54. .project
  55. src/main/resources/application-dev.yml