Add .worktrees to gitignore
This commit is contained in:
parent
ded9c054ac
commit
2bd0438295
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -34,6 +34,9 @@ microwaveprop-*.tar
|
|||
# GRIB2 test fixtures (large binary files, downloaded on-demand)
|
||||
/test/fixtures/grib2/*.grib2
|
||||
|
||||
# Git worktrees
|
||||
/.worktrees/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue