app-template-rescript-react icon indicating copy to clipboard operation
app-template-rescript-react copied to clipboard

the .gitignore file seems wrong

Open mwarger opened this issue 5 years ago • 2 comments
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.

mwarger avatar Jul 01 '20 18:07 mwarger

Hi @mwarger ,

Yes, I'm aware of this, It seems like create-snowpack-app does not support .gitignore from template at the moment.

jihchi avatar Jul 01 '20 23:07 jihchi

I've created an issue in https://github.com/pikapkg/create-snowpack-app/issues/164

jihchi avatar Jul 02 '20 02:07 jihchi