Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

26 linhas
435 B

  1. # Mac OS X files
  2. .DS_Store
  3. # Binaries for programs and plugins
  4. *.exe
  5. *.exe~
  6. *.dll
  7. *.so
  8. *.dylib
  9. # Test binary, build with `go test -c`
  10. *.test
  11. # Output of the go coverage tool, specifically when used with LiteIDE
  12. *.out
  13. # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
  14. .glide/
  15. copy_files/
  16. presence.db
  17. cmd/presenSe/presence.db
  18. # Dependency directories (remove the comment below to include it)
  19. vendor/