Skip to content

Commit

Permalink
Update .gitignores for Makefile usage
Browse files Browse the repository at this point in the history
- allows you to run `git clean -df` and not
  have to remove all the ignored files
- so you now can start with a fresh pkgdown
  after cleaning the `docs` directory out
  (which you cannot do without `git clean -dfx`)
  this would have unintended consequences
  • Loading branch information
stufield committed Dec 14, 2023
1 parent 53d9c68 commit 913eeac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ inst/doc/*
\.DS_Store
\.Rhistory
^r\\.Rproj$
docs/
/Meta/

0 comments on commit 913eeac

Please sign in to comment.