mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-28 09:25:42 +08:00
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:
committed by
Dan Abramov
parent
ab90e7fb43
commit
1bffa4cf33
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ node_modules/
|
||||
build
|
||||
.DS_Store
|
||||
*.tgz
|
||||
my-app*
|
||||
|
||||
Reference in New Issue
Block a user