diff --git a/.gitignore b/.gitignore index f9f7517..177c859 100644 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,7 @@ ncp # Example data README.pdf README.html -*.pdf +./*.pdf # Data generated in tests test/test_sandbox diff --git a/.npmignore b/.npmignore index b799c07..dbaee73 100644 --- a/.npmignore +++ b/.npmignore @@ -42,7 +42,7 @@ ncp # Example data README.pdf README.html -*.pdf +./*.pdf # Data generated in tests test/test_sandbox @@ -50,5 +50,4 @@ test/test_sandbox ## Custom npm ignore # Docs -docs/*.pdf -docs/*.html +docs diff --git a/docs/CHANGELOG.pdf b/docs/CHANGELOG.pdf new file mode 100644 index 0000000..038c3d2 Binary files /dev/null and b/docs/CHANGELOG.pdf differ diff --git a/docs/index.pdf b/docs/index.pdf new file mode 100644 index 0000000..07ba497 Binary files /dev/null and b/docs/index.pdf differ diff --git a/docs/readme.pdf b/docs/readme.pdf new file mode 100644 index 0000000..3984f92 Binary files /dev/null and b/docs/readme.pdf differ