purescript-contrib / pulp

A build tool for PureScript projects
GNU Lesser General Public License v3.0
445 stars 86 forks source link

`pulp --init` appends to an existing `.gitignore` file #359

Closed dariooddenino closed 5 years ago

dariooddenino commented 6 years ago

Referencing #302 In case there's an existing .gitignore file, pulp's output is appended to it and a messaged is logged to the console.

--force behaves the same way as before, overwriting the .gitignore file too.

hdgarrood commented 5 years ago

Sorry for the delay in responding, but I'm not massively keen on this; see my comment in #302

hdgarrood commented 5 years ago

Okay, I'll close this for now then. Thanks anyway!