Become the leader if you meet the criteria
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

24 lines
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