From 913eeac328ab482d6b5c1c1f6e80b15524ae77fb Mon Sep 17 00:00:00 2001 From: Stu Field Date: Wed, 13 Dec 2023 16:27:44 -0700 Subject: [PATCH] Update .gitignores for Makefile usage - 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 --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9ee4827..10d0e08 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,3 @@ inst/doc/* \.DS_Store \.Rhistory ^r\\.Rproj$ -docs/ -/Meta/