Description
At the moment, everything in the example-react-project is copied into the generated project without exception. It would be of benefit to be able to define a .craignore file within the example repo so that certain files/directories can be excluded. For example, it would be nice to have github templates / changelog / contributing files, but those are specific to the example project and would not be relevant to newly generated ones.
Implementation
Description
At the moment, everything in the
example-react-projectis copied into the generated project without exception. It would be of benefit to be able to define a.craignorefile within the example repo so that certain files/directories can be excluded. For example, it would be nice to have github templates / changelog / contributing files, but those are specific to the example project and would not be relevant to newly generated ones.Implementation
.craignorefile after cloning the example repo.craignorefile from the generated project