chore: gitignore the local tf-inspect scratch project
tf-inspect/ is a separate project living untracked in the repo root; ignore it so it stops showing in git status and cannot be lost to git clean. Closes #52
This commit is contained in:
@@ -2,3 +2,6 @@ modules/firmware/*
|
||||
|
||||
# vim swap files
|
||||
*.swp
|
||||
|
||||
# Local scratch project, not part of this flake.
|
||||
tf-inspect/
|
||||
|
||||
Reference in New Issue
Block a user