Compare commits
No commits in common. "28ef9f035ea524715c8bac22da27cd3cb42cdeb0" and "4515445b154ebbd8e0892225797a176e26d0c1fa" have entirely different histories.
28ef9f035e
...
4515445b15
92
.gitignore
vendored
92
.gitignore
vendored
|
|
@ -1,7 +1,45 @@
|
|||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
.DS_STORE
|
||||
node_modules
|
||||
scripts/flow/*/.flowconfig
|
||||
.flowconfig
|
||||
*~
|
||||
*.pyc
|
||||
.grunt
|
||||
_SpecRunner.html
|
||||
__benchmarks__
|
||||
build/
|
||||
remote-repo/
|
||||
coverage/
|
||||
.module-cache
|
||||
fixtures/dom/public/react-dom.js
|
||||
fixtures/dom/public/react.js
|
||||
test/the-files-to-test.generated.js
|
||||
*.log*
|
||||
chrome-user-data
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.idea
|
||||
*.iml
|
||||
.vscode
|
||||
*.swp
|
||||
*.swo
|
||||
.env
|
||||
.env-develop
|
||||
.env-master
|
||||
npm-debug.log
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
yarn-error.lock
|
||||
sitemap.xml
|
||||
static/assets/js
|
||||
src/fonts/icons
|
||||
*hot-update.js*
|
||||
*hot-update.js*
|
||||
temp
|
||||
dist
|
||||
access
|
||||
dist
|
||||
|
||||
packages/react-devtools-core/dist
|
||||
packages/react-devtools-extensions/chrome/build
|
||||
packages/react-devtools-extensions/chrome/*.crx
|
||||
|
|
@ -15,61 +53,27 @@ packages/react-devtools-inline/dist
|
|||
packages/react-devtools-shell/dist
|
||||
packages/react-devtools-timeline/dist# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# production
|
||||
/src/data
|
||||
/build
|
||||
temp
|
||||
dist
|
||||
access
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
||||
.env
|
||||
.env-develop
|
||||
.env-master
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
*.log*
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
npm-debug.log
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
yarn-error.lock
|
||||
|
||||
.prettierrc
|
||||
.editorconfig
|
||||
|
||||
.flowconfig
|
||||
*~
|
||||
*.pyc
|
||||
.grunt
|
||||
_SpecRunner.html
|
||||
__benchmarks__
|
||||
remote-repo/
|
||||
coverage/
|
||||
.module-cache
|
||||
fixtures/dom/public/react-dom.js
|
||||
fixtures/dom/public/react.js
|
||||
test/the-files-to-test.generated.js
|
||||
chrome-user-data
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.idea
|
||||
*.iml
|
||||
.vscode
|
||||
*.swp
|
||||
*.swo
|
||||
sitemap.xml
|
||||
static/assets/js
|
||||
src/fonts/icons
|
||||
*hot-update.js*
|
||||
*hot-update.js*
|
||||
.editorconfig
|
||||
36480
src/data/data.js
36480
src/data/data.js
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user