mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-31 23:27:52 +00:00
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:
parent
f99fff94b3
commit
14fa36b4d5
3 changed files with 14 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
^renv$
|
||||
^renv\.lock$
|
||||
^data-raw$
|
||||
^libs$
|
||||
^doc$
|
||||
|
|
|
|||
4
R/.gitignore
vendored
4
R/.gitignore
vendored
|
|
@ -52,3 +52,7 @@ src/prophet.so
|
|||
src/prophet.dll
|
||||
src/init.o
|
||||
|
||||
# Development
|
||||
.Rprofile
|
||||
renv.lock
|
||||
renv/
|
||||
|
|
|
|||
Loading…
Reference in a new issue