.gitignore 475 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Compiled class file
  2. *.class
  3. # Log file
  4. *.log
  5. # BlueJ files
  6. *.ctxt
  7. # Mobile Tools for Java (J2ME)
  8. .mtj.tmp/
  9. # Package Files #
  10. *.war
  11. *.ear
  12. *.zip
  13. *.tar.gz
  14. *.rar
  15. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  16. hs_err_pid*
  17. # eclipse ignore
  18. .settings/
  19. .project
  20. .classpath
  21. # idea ignore
  22. .idea/
  23. *.ipr
  24. *.iml
  25. *.iws
  26. target
  27. # temp ignore
  28. *.log
  29. *.cache
  30. *.diff
  31. *.patch
  32. *.tmp
  33. # system ignore
  34. .DS_Store
  35. /src/test/resources/Login-TOKEN.txt