Untrack the reference/ snapshot and gitignore it
reference/ is a read-only snapshot of the pre-migration machine, kept locally for porting configs but not part of the flake. Stop tracking it and ignore it so migrations don't churn the repo.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@
|
||||
Thumbs.db
|
||||
**/__pycache__
|
||||
.config/fish/conf.d/secrets.fish
|
||||
/reference/
|
||||
|
||||
Reference in New Issue
Block a user