mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 04:40:23 +08:00
The Contributing instructions in the README give my-app as the sample app name when running `npm run create-react-app my-app`. This just adds those directories to the .gitignore so they don't accidentally get committed.
6 lines
44 B
Plaintext
6 lines
44 B
Plaintext
node_modules/
|
|
build
|
|
.DS_Store
|
|
*.tgz
|
|
my-app*
|