Become the leader if you meet the criteria
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.

24 satır
292B

  1. # ---> Go
  2. # Binaries for programs and plugins
  3. *.exe
  4. *.exe~
  5. *.dll
  6. *.so
  7. *.dylib
  8. # Test binary, build with `go test -c`
  9. *.test
  10. # Output of the go coverage tool, specifically when used with LiteIDE
  11. *.out
  12. # go mod checksum
  13. go.sum
  14. # build binary
  15. leadercraft-c
  16. # sqlite default db
  17. test.sqlite