diff options
| author | adamhrv <adam@ahprojects.com> | 2019-03-06 20:32:49 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-03-06 20:32:49 +0100 |
| commit | 1711097802c4e82b72fc9ff7490236a8a58793c4 (patch) | |
| tree | f6c7d8dd1b4592e0a49b941d66fcf93b64c537f3 /.gitignore | |
| parent | 9c3bd0fabdbaf9656627345502a54081b4d1e106 (diff) | |
| parent | dc34302fe60f773e8ad65f6a846780a1c8d910f2 (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,8 @@ # Custom 3rdparty/ *_local_* -site/public/datasets/ -site/public/*.html +#site/public/datasets/ +#site/public/*.html notebooks/_local_* site/datasets/final/*.csv # Project specific @@ -168,3 +168,5 @@ site/public/user_content # google API key :-o .api_key +site/datasets/final/*.csv + |
