diff --git a/.Rbuildignore b/.Rbuildignore index 7409f4e..1903eaf 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,3 +3,4 @@ ^LICENSE\.md$ ^.*\.Rproj$ ^\.Rproj\.user$ +^publish.sh$ \ No newline at end of file diff --git a/.dockerignore b/.dockerignore index 9ff874c..b30672c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,4 +4,5 @@ _targets/ _site/ *.html -*.DS_Store \ No newline at end of file +*.DS_Store +publish.sh diff --git a/.gitignore b/.gitignore index 8a6c6ef..e0cdfb1 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ index.html # --- System --- .DS_Store + +publish.sh