update data + change gitignore
This commit is contained in:
parent
0aae45cc54
commit
71dfdbeef6
92
.gitignore
vendored
92
.gitignore
vendored
|
|
@ -1,45 +1,7 @@
|
||||||
.DS_STORE
|
# dependencies
|
||||||
node_modules
|
/node_modules
|
||||||
scripts/flow/*/.flowconfig
|
/.pnp
|
||||||
.flowconfig
|
.pnp.js
|
||||||
*~
|
|
||||||
*.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-core/dist
|
||||||
packages/react-devtools-extensions/chrome/build
|
packages/react-devtools-extensions/chrome/build
|
||||||
packages/react-devtools-extensions/chrome/*.crx
|
packages/react-devtools-extensions/chrome/*.crx
|
||||||
|
|
@ -53,27 +15,61 @@ packages/react-devtools-inline/dist
|
||||||
packages/react-devtools-shell/dist
|
packages/react-devtools-shell/dist
|
||||||
packages/react-devtools-timeline/dist# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
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
|
# testing
|
||||||
/coverage
|
/coverage
|
||||||
|
|
||||||
# production
|
# production
|
||||||
|
/src/data
|
||||||
/build
|
/build
|
||||||
|
temp
|
||||||
|
dist
|
||||||
|
access
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
.env
|
||||||
|
.env-develop
|
||||||
|
.env-master
|
||||||
.env.local
|
.env.local
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
|
|
||||||
|
*.log*
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
npm-debug.log
|
||||||
|
package-lock.json
|
||||||
|
yarn.lock
|
||||||
|
yarn-error.lock
|
||||||
|
|
||||||
.prettierrc
|
.prettierrc
|
||||||
.editorconfig
|
.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*
|
||||||
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