.gitignore 309 B

12345678910111213141516171819202122232425
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. *.app
  8. *.wasm
  9. /docs/documentation
  10. */*.exe
  11. # Test binary, build with `go test -c`
  12. *.test
  13. #test
  14. !*.go
  15. !*.css
  16. # Output of the go coverage tool, specifically when used with LiteIDE
  17. *.out
  18. # Static generated files
  19. *.gz
  20. *.gcloudignore
  21. .vscode/*