Update .gitignore list#251
Conversation
justb4
left a comment
There was a problem hiding this comment.
Be sure to coordinate with @pvgenuchten for the COG file:
- check the name
- or better: I suggest to create an output dir under
notebooksand place a .gitkeep file there and maybe even write all generated output there (iso intest) then with one "catchall" .gitignore rule, . Seedata/output, similar.
|
This PR is just to update the current approach. Writing all outputs to a single directory makes sense, but some Notebook outputs are checked-in to the repo, others are in different locations, so these would all need to be reviewed. Probably not something to do within hours of freezing development. @pvgenuchten - please check that the COG file generated in #248 matches the name here (or feel free to update with a new location). |
|
agree to prevent file creation in other then ../data/output |
Fixes #250
Also ignores changed output generated in #228 and 10-populated-places-ba.json (which is not in the repo but generated when working through the notebook).