Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 275: Prototype VARIMA (Analysis - do not merge) #291

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
*.rar
*.zip

# Style output

*.css
*.js
*.woff

# Allowlist
# !your_data_file.csv
# !your_data_directory/
Expand Down Expand Up @@ -406,3 +412,9 @@ private_data/*

# Ignore test pipe output
pipelines/tests/private_data/*

# Varima prototype exceptions

!demos/varima/prototype-varima_files/
!demos/varima/prototype-varima_files/figure-commonmark/
!demos/varima/prototype-varima_files/figure-commonmark/*.png
Loading
Loading