.gitignore 457 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.dll
  4. *.so
  5. *.dylib
  6. # Test binary, build with `go test -c`
  7. *.test
  8. # Output of the go coverage tool, specifically when used with LiteIDE
  9. *.out
  10. # Graphvis files
  11. *.gv
  12. # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
  13. .glide/
  14. ./task
  15. .task
  16. dist/
  17. .DS_Store
  18. # editors
  19. .idea/
  20. .vscode/settings.json
  21. .fleet/
  22. # exuberant ctags
  23. tags
  24. /bin/*
  25. !/bin/.keep
  26. /testdata/vars/v1
  27. /tmp
  28. node_modules