app-template-rescript-react
app-template-rescript-react copied to clipboard
the .gitignore file seems wrong
trafficstars
After running the template command, the gitignore I see is this:
.build
build
web_modules
node_modules
It seems like it should be the one in the root of the project - https://github.com/jihchi/app-template-reason-react/blob/master/.gitignore
It doesn't seem like it's being copied to the template output.
Hi @mwarger ,
Yes, I'm aware of this, It seems like create-snowpack-app does not support .gitignore from template at the moment.
I've created an issue in https://github.com/pikapkg/create-snowpack-app/issues/164