mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
40addbd110
* Generate Flow config on install We'll need to do pre-renderer Flow passes with different configs. This is the first step to get it working. We only want the original version checked in. * Create multiple Flow configs from a template * Run Flow per renderer * Lint * Revert the environment consolidation I thought this would be a bit cleaner at first because we now have non-environment files in this directory. But Sebastian is changing these files at the same time so I want to avoid conflicts and keep the PR more tightly scoped. Undo. * Misc
26 lines
349 B
Plaintext
26 lines
349 B
Plaintext
.DS_STORE
|
|
node_modules
|
|
scripts/flow/*/.flowconfig
|
|
*~
|
|
*.pyc
|
|
.grunt
|
|
_SpecRunner.html
|
|
__benchmarks__
|
|
build/
|
|
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
|