.gitignore 989 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. ssh/tailssh/testcontainers/tailscaled
  12. # Test binary, built with `go test -c`
  13. *.test
  14. # Output of the go coverage tool, specifically when used with LiteIDE
  15. *.out
  16. # Dependency directories (remove the comment below to include it)
  17. # vendor/
  18. # direnv config, this may be different for other people so it's probably safer
  19. # to make this nonspecific.
  20. .envrc
  21. # Ignore personal VS Code settings
  22. .vscode/
  23. # Support personal project-specific GOPATH
  24. .gopath/
  25. # Ignore nix build result path
  26. /result
  27. # Ignore direnv nix-shell environment cache
  28. .direnv/
  29. # Ignore web client node modules
  30. .vite/
  31. client/web/node_modules
  32. client/web/build/assets
  33. /gocross
  34. /dist
  35. # Ignore xcode userstate and workspace data
  36. *.xcuserstate
  37. *.xcworkspacedata
  38. /tstest/tailmac/bin
  39. /tstest/tailmac/build
  40. # Ignore personal IntelliJ settings
  41. .idea/
  42. # Ignore syncthing state directory.
  43. /.stfolder