| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 | 
							- # misc
 - .DS_Store
 - npm-debug.log*
 - .DS_STORE
 - node_modules
 - scripts/flow/*/.flowconfig
 - *~
 - *.pyc
 - .grunt
 - _SpecRunner.html
 - __benchmarks__
 - build/
 - dist/
 - remote-repo/
 - coverage/
 - flow-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
 - package-lock.json
 - yarn.lock
 - 
 - # testing
 - /coverage
 - 
 - # production
 - /build
 - 
 - # misc
 - .DS_Store
 - .env.local
 - .env.development.local
 - .env.test.local
 - .env.production.local
 - npm-debug.log*
 - yarn-debug.log*
 - yarn-error.log*
 - 
 - src/version.json
 
 
  |