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.
This commit is contained in:
Nathan Verni
2016-07-22 15:07:09 -04:00
committed by Dan Abramov
parent ab90e7fb43
commit 1bffa4cf33

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ node_modules/
build
.DS_Store
*.tgz
my-app*