mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-28 09:25:42 +08:00
Set up a monorepo with Lerna
This commit is contained in:
committed by
Dan Abramov
parent
36d68680c1
commit
26464096d5
14
packages/react-scripts/template/gitignore
Normal file
14
packages/react-scripts/template/gitignore
Normal file
@@ -0,0 +1,14 @@
|
||||
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
node_modules
|
||||
|
||||
# testing
|
||||
coverage
|
||||
|
||||
# production
|
||||
build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
npm-debug.log
|
||||
Reference in New Issue
Block a user