.gitignore 740 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Binaries for programs and plugins
  2. *~
  3. *.tmp
  4. *.exe
  5. *.dll
  6. *.so
  7. *.dylib
  8. *.spk
  9. cmd/tailscale/tailscale
  10. cmd/tailscaled/tailscaled
  11. # Test binary, built with `go test -c`
  12. *.test
  13. # Output of the go coverage tool, specifically when used with LiteIDE
  14. *.out
  15. # Dependency directories (remove the comment below to include it)
  16. # vendor/
  17. # direnv config, this may be different for other people so it's probably safer
  18. # to make this nonspecific.
  19. .envrc
  20. # Ignore personal VS Code settings
  21. .vscode/
  22. # Support personal project-specific GOPATH
  23. .gopath/
  24. # Ignore nix build result path
  25. /result
  26. # Ignore direnv nix-shell environment cache
  27. .direnv/
  28. # Ignore web client node modules
  29. .vite/
  30. client/web/node_modules
  31. client/web/build/assets
  32. /gocross
  33. /dist