diff options
| author | Adam Harvey <adam@ahprojects.com> | 2018-12-23 01:37:03 +0100 |
|---|---|---|
| committer | Adam Harvey <adam@ahprojects.com> | 2018-12-23 01:37:03 +0100 |
| commit | 4452e02e8b04f3476273574a875bb60cfbb4568b (patch) | |
| tree | 3ffa44f9621b736250a8b94da14a187dc785c2fe /.gitignore | |
| parent | 2a65f7a157bd4bace970cef73529867b0e0a374d (diff) | |
| parent | 5340bee951c18910fd764241945f1f136b5a22b4 (diff) | |
.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,5 +1,7 @@ # Custom 3rdparty/ +*_local_* +site/public/datasets/ # Project specific @@ -123,9 +125,6 @@ venv.bak/ # Rope project settings .ropeproject -# mkdocs documentation -/site - # mypy .mypy_cache/ @@ -151,7 +150,12 @@ config/settings/production.py old-package.json -datasets/ +scraper/datasets/ +scraper/reports/papers/ *.tar +.creds + +site/assets/js/dist/ + |
