See Community Post: https://community.redwoodjs.com/t/redwood-v0-33/2176/7?u=dthyresson
From ajcwebdev
yarn create redwood-app new-app seems to be generating projects with a missing .gitignore file. Could this be a repeat of what happened in v0.30 or something else? I generated a v0.32 project a few days ago which was fine and had .gitignore included.
yarn create redwood-app gitignore-wut
Output:
success Installed "[email protected]" with binaries:
- create-redwood-app
✔ Creating Redwood app
✔ Creating directory '/Users/ajcwebdev/gitignore-wut'
✔ Installing packages
✔ Checking node and yarn compatibility
✔ Running 'yarn install'... (This could take a while)
✔ Convert TypeScript files to JavaScript
cd gitignore-wut
ls -a
Output:
.
..
.DS_Store
.editorconfig
.env.defaults
.env.example
.nvmrc
.redwood
.vscode
LICENSE
README.md
api
babel.config.js
graphql.config.js
node_modules
package.json
prettier.config.js
redwood.toml
web
yarn.lock
Note I also did a new CRWA with v33 and concur that the .gitignore is missing.
See Community Post: https://community.redwoodjs.com/t/redwood-v0-33/2176/7?u=dthyresson
From ajcwebdev
yarn create redwood-app gitignore-wutOutput:
Note I also did a new CRWA with v33 and concur that the .gitignore is missing.