.gitignore 308 B

1234567891011121314151617181920
  1. # Binaries for programs and plugins
  2. /presence
  3. *.exe
  4. *.exe~
  5. *.dll
  6. *.so
  7. *.dylib
  8. dist/
  9. # Test binary, built with `go test -c`
  10. *.test
  11. # Output of the go coverage tool, specifically when used with LiteIDE
  12. *.out
  13. # Dependency directories (remove the comment below to include it)
  14. # vendor/
  15. .vscode/
  16. presence.yml