mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-23 07:30:26 -06:00
62 lines
1.0 KiB
Plaintext
62 lines
1.0 KiB
Plaintext
.DS_Store
|
|
bower_components
|
|
node_modules
|
|
*.log
|
|
*.log.*
|
|
*.orig
|
|
dist
|
|
dist-*
|
|
build
|
|
.history
|
|
.publish
|
|
_test-output
|
|
cypress.zip
|
|
tmp/
|
|
.nyc_output
|
|
|
|
# from extension
|
|
Cached Theme.pak
|
|
Cached Theme Material Design.pak
|
|
|
|
# from https-proxy project
|
|
packages/https-proxy/ca/
|
|
|
|
# from desktop-gui
|
|
packages/desktop-gui/cypress/videos
|
|
packages/desktop-gui/src/jsconfig.json
|
|
|
|
# from example
|
|
packages/example/app
|
|
packages/example/build
|
|
packages/example/cypress
|
|
|
|
# from server
|
|
packages/server/.cy
|
|
packages/server/.projects
|
|
packages/server/support
|
|
packages/server/test/support/fixtures/server/imgs
|
|
packages/server/test/support/fixtures/server/libs
|
|
|
|
# CLI tool
|
|
cli/types/blob-util
|
|
cli/types/bluebird
|
|
cli/types/chai
|
|
cli/types/chai-jquery
|
|
cli/types/jquery
|
|
cli/types/lodash
|
|
cli/types/mocha
|
|
cli/types/minimatch
|
|
cli/types/sinon
|
|
cli/types/sinon-chai
|
|
# ignore CLI output build folder
|
|
cli/build
|
|
|
|
# Building app binary
|
|
scripts/support
|
|
package-lock.json
|
|
yarn.lock
|
|
binary-url.json
|
|
|
|
# Allows us to dynamically create eslint rules that override the default for Decaffeinate scripts
|
|
.eslintrc.js
|