mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
* Deleted docs folder * Deleted www folder * Remove Netlify website build command * Removed refs to docs and www from ESlint config * Removed refs to www/docs from Flow config * Removed unnecessary .gitignore config * Updated license check to remove refs to docs * Removed gh-pages specific portions of Circle build scripts There may be more that we can remove (eg set_up_github_keys.sh) but I'm not positive * Removed docs specific license
26 lines
340 B
Plaintext
26 lines
340 B
Plaintext
.DS_STORE
|
|
node_modules
|
|
*~
|
|
*.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
|
|
*react*min*.js
|
|
!src/node_modules
|