Skip to content

Commit

Permalink
add zed editor to ignores (#6305)
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki authored Jul 21, 2024
1 parent 665b316 commit eecd4b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
^\.devcontainer$
^\.graphics$
^\.github$
^\.zed$

^\.gitlab-ci\.yml$

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ config.log
.Rproj.user
data.table.Rproj

# zed editor
.zed

# produced vignettes
vignettes/*.html
vignettes/*.pdf
Expand Down

0 comments on commit eecd4b1

Please sign in to comment.