Closed
Description
openedon Sep 13, 2023
What you were expecting:
Using npm create react-admin
to bootstrap a new app should include a .gitignore
file, regardless of the choices made during setup.
What happened instead:
The file is not present.
Steps to reproduce:
- Run
npm create react-admin my-app
- Choose no dataProvider
- Choose no authProvider
- Add only a "posts" resource
- Choose "npm"
(not sure if the choices are relevant here, but figured I'd provide the ones I used anyway)
Environment
create-react-admin@4.14.0
Activity