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
This commit is contained in:
Cuong Duong 2021-05-12 01:37:19 +10:00 committed by GitHub
parent f99fff94b3
commit 14fa36b4d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 0 deletions

8
.gitignore vendored
View file

@ -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/

View file

@ -1,3 +1,5 @@
^renv$
^renv\.lock$
^data-raw$
^libs$
^doc$

4
R/.gitignore vendored
View file

@ -52,3 +52,7 @@ src/prophet.so
src/prophet.dll
src/init.o
# Development
.Rprofile
renv.lock
renv/