mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-05 09:00:04 +08:00
* fix: add yarn gitignores to template * fix: add yarn gitignores to root * fix: add wildcard to npm-debug.log ignore
12 lines
157 B
Plaintext
12 lines
157 B
Plaintext
node_modules/
|
|
build
|
|
.DS_Store
|
|
*.tgz
|
|
my-app*
|
|
template/src/__tests__/__snapshots__/
|
|
lerna-debug.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
/.changelog
|