-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
602f4af
commit fca1061
Showing
76 changed files
with
831 additions
and
8,579 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
node_modules | ||
/build | ||
/tmp | ||
coverage | ||
/.git | ||
/.next | ||
/coverage | ||
/docs/export | ||
flow | ||
flow-typed | ||
/packages/*/lib | ||
/packages/material-ui-icons/test/fixtures | ||
/examples/create-react-app-with-flow/flow | ||
/examples/create-react-app-with-flow/flow-typed | ||
/examples/gatsby/public | ||
/flow | ||
/flow-typed | ||
/packages/material-ui-codemod/lib | ||
/packages/material-ui-codemod/src/*/*.spec* | ||
/packages/material-ui-icons/src | ||
/packages/material-ui-icons/test/fixtures | ||
/packages/material-ui-icons/tpl | ||
/packages/material-ui-icons/build | ||
/packages/material-ui-codemod/src/*/*.spec* | ||
/examples/create-react-app/build | ||
/examples/create-react-app-with-jss/build | ||
/examples/gatsby/public | ||
/.git | ||
/tmp | ||
build | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,21 @@ | ||
# Exclude compiled files | ||
build | ||
/lib | ||
/.next | ||
/.eslintcache | ||
/docs/export | ||
/tmp | ||
/coverage | ||
/.nyc_output | ||
|
||
# OS files | ||
.DS_STORE | ||
# The best pattern people should follow is ignoring the editors' files in their | ||
# global .gitignore configuration file. | ||
# However, in order to prevent issues. We also ignore editors' files here. | ||
.idea | ||
.vscode | ||
|
||
# Screenshors generated for Argos-CI | ||
*.log | ||
.DS_STORE | ||
/.eslintcache | ||
/.next | ||
/.nyc_output | ||
/coverage | ||
/docs/export | ||
/packages/material-ui-codemod/lib | ||
/test/regressions/screenshots | ||
/test/selenium-output | ||
|
||
# npm files | ||
/tmp | ||
build | ||
node_modules | ||
package-lock.json | ||
*.log | ||
|
||
# The best pattern people should follow is ignoring the editors' files in their | ||
# global .gitignore configuration file. | ||
# However, in order to prevent issues. We also ignore editors' files here. | ||
.idea | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
hub: | ||
image: selenium/hub:3.4.0 | ||
image: selenium/hub:3.9.0 | ||
ports: | ||
- 4444:4444 | ||
chrome: | ||
image: selenium/node-chrome:3.4.0 | ||
image: selenium/node-chrome:3.9.0 | ||
links: | ||
- hub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.