Adding zeroteir to jeeves jr (#26)

* added test.* to .gitignore

* adding zerotier to jeeves-jr

* added comments to .gitignore
This commit is contained in:
Richie Cahill
2024-01-07 16:28:09 -05:00
committed by GitHub
parent 9c58bc47c4
commit 4abf1a806e
2 changed files with 13 additions and 0 deletions

6
.gitignore vendored
View File

@ -1,9 +1,15 @@
# direnv
.direnv
.envrc
# build outputs
.*.swp
*.retry
result
result-*
# If you run nix develop it will generate pre-commit hooks using the python library precommit (see https://github.com/RAD-Development/nix-dotfiles/blob/main/flake.nix#L65)
/.pre-commit-config.yaml
# allows test file in reopsitory
test.*