diff options
| author | Christine Dodrill <xe@tailscale.com> | 2020-12-21 10:19:03 -0500 |
|---|---|---|
| committer | Christine Dodrill <xe@tailscale.com> | 2020-12-21 10:19:03 -0500 |
| commit | c03eaba1a6b9f4f79250ba1b2736ec5d4ce3fac3 (patch) | |
| tree | f48bb3998c1e485c1f993010e9ab4c10de85dc5f /.gitignore | |
| parent | abaedc675b78447928954d2c9805349d1008acc9 (diff) | |
| download | tailscale-nix-shell.tar.xz tailscale-nix-shell.zip | |
comment out the shell.nix filenix-shell
Signed-off-by: Christine Dodrill <xe@tailscale.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5d2bdc181..dfd1d7043 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,7 @@ cmd/tailscaled/tailscaled # Dependency directories (remove the comment below to include it) # vendor/ + +# direnv config, this may be different for other people so it's probably safer +# to make this nonspecific. +.envrc |
