update data + change gitignore

This commit is contained in:
Krosmez 2024-04-07 10:30:35 -04:00
parent 0aae45cc54
commit 71dfdbeef6
2 changed files with 36051 additions and 521 deletions

90
.gitignore vendored
View File

@ -1,45 +1,7 @@
.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
# dependencies
/node_modules
/.pnp
.pnp.js
packages/react-devtools-core/dist
packages/react-devtools-extensions/chrome/build
packages/react-devtools-extensions/chrome/*.crx
@ -53,27 +15,61 @@ 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*

File diff suppressed because one or more lines are too long