A save manager for Gamecraft (abandoned) http://rxsm.exmods.org
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.

34 lines
388B

  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. # Test binary, build with `go test -c`
  8. *.test
  9. # Output of the go coverage tool, specifically when used with LiteIDE
  10. *.out
  11. # binaries
  12. bin/**
  13. release/**
  14. rxsm/deploy/**
  15. # test data
  16. temp**
  17. test**
  18. # logs
  19. log.txt
  20. **.log
  21. # install stuff
  22. rxsm/vendor/**
  23. vendor/**
  24. # svg exports
  25. resources/icon/**.png
  26. resources/icon/**.jpg