mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 13:30:26 -05:00
40 lines
693 B
Plaintext
40 lines
693 B
Plaintext
.DS_Store
|
|
bower_components
|
|
node_modules
|
|
*.log
|
|
*.log.*
|
|
*.orig
|
|
dist
|
|
dist-*
|
|
.vscode
|
|
.publish
|
|
|
|
# from extension
|
|
Cached Theme.pak
|
|
Cached Theme Material Design.pak
|
|
|
|
# from https-proxy project
|
|
packages/https-proxy/ca/
|
|
|
|
# from example
|
|
packages/example/app
|
|
packages/example/build
|
|
packages/example/cypress/screenshots
|
|
packages/example/cypress/videos
|
|
packages/example/cypress/fixtures/profile.json
|
|
packages/example/cypress/fixtures/users.json
|
|
|
|
# from server
|
|
packages/server/.cy
|
|
|
|
# from docs
|
|
docs/public
|
|
docs/db.json
|
|
docs/.deploy*/
|
|
docs/cypress/screenshots
|
|
docs/cypress/videos
|
|
docs/themes/cypress/source/css/vendor
|
|
docs/themes/cypress/source/js/vendor
|
|
docs/themes/cypress/source/fonts/vendor
|
|
docs/support
|