.gitignore 337 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. local/
  2. vendor/
  3. # GoLand IDEA
  4. /.idea/
  5. *.iml
  6. # VS Code
  7. .vscode
  8. *.code-workspace
  9. # Binaries for programs and plugins
  10. *.exe
  11. *.exe~
  12. *.dll
  13. *.so
  14. *.dylib
  15. bin/
  16. dist/
  17. .tools/
  18. # Emacs
  19. *~
  20. \#*\#
  21. # Miscellaneous files
  22. *.sw[op]
  23. *.DS_Store
  24. # Coverage
  25. coverage/*
  26. *-coverage.txt
  27. integration-coverage.html
  28. # Wix
  29. *.wixobj
  30. *.wixpdb
  31. go.work*
  32. /result