From 14fa36b4d55d47f24b9fc409fd841e08d35b8af0 Mon Sep 17 00:00:00 2001 From: Cuong Duong Date: Wed, 12 May 2021 01:37:19 +1000 Subject: [PATCH] Update ignores for development (#1906) * update ignores for development * force rstantools 2.0.0 * remove mc-stan repo, do not install Suggests * install suggested packages manually --- .gitignore | 8 ++++++++ R/.Rbuildignore | 2 ++ R/.gitignore | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 138757e..9ee1bd8 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,11 @@ python_shim/build/ *.idea *.vscode +*.DS_Store + +# Development with Python +python/prophet/bin/ +python/prophet/etc/ +python/prophet/lib/ +python/prophet/pyvenv.cfg +python/prophet/share/ diff --git a/R/.Rbuildignore b/R/.Rbuildignore index 24215b4..662dcb8 100644 --- a/R/.Rbuildignore +++ b/R/.Rbuildignore @@ -1,3 +1,5 @@ +^renv$ +^renv\.lock$ ^data-raw$ ^libs$ ^doc$ diff --git a/R/.gitignore b/R/.gitignore index 7bb5058..39b78a9 100644 --- a/R/.gitignore +++ b/R/.gitignore @@ -52,3 +52,7 @@ src/prophet.so src/prophet.dll src/init.o +# Development +.Rprofile +renv.lock +renv/