This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
openskins-plugin/.gitignore

17 lines
272 B
Plaintext
Raw Normal View History

2020-12-26 19:55:42 -05:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2021-01-28 07:44:20 -05:00
bin/
2020-12-26 19:55:42 -05:00
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
2021-01-28 07:44:20 -05:00
vendor/