Files
create-react-app/.gitignore
Nathan Verni 1bffa4cf33 Ignores my-app* directories (#86)
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.
2016-07-22 20:07:09 +01:00

6 lines
44 B
Plaintext

node_modules/
build
.DS_Store
*.tgz
my-app*