diff options
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 + |
