mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 07:34:00 -05:00
f81dc7a6b2
* wip: move lodash types to dev dependencies * move blob-util types * move types for minimatch * do not lint types from minimatch * move types sinon to dev dependencies * move sinon-chai types to dev dependencies * update tslint * move types bluebird to dev dependencies * move mocha types * move jquery types to dev dependencies * rename moment local wrapper * move chai and chai-jquery * refactor code for building CLI and dealing with folders * linting * include types subfolders * replace types with relative paths * transform sinon path to relative * linting * do not delete d.ts files * linting * chore: build npm package from this branch * add minimatch relative reference * work around minimatch * set sinon to be relative load * add readme to CLI * linting readme
67 lines
1.1 KiB
Plaintext
67 lines
1.1 KiB
Plaintext
.DS_Store
|
|
bower_components
|
|
node_modules
|
|
*.log
|
|
*.log.*
|
|
*.orig
|
|
dist
|
|
dist-*
|
|
build
|
|
.history
|
|
.publish
|
|
_test-output
|
|
cypress.zip
|
|
tmp/
|
|
.nyc_output
|
|
.vscode/settings.json
|
|
|
|
# from extension
|
|
Cached Theme.pak
|
|
Cached Theme Material Design.pak
|
|
|
|
# from https-proxy project
|
|
packages/https-proxy/ca/
|
|
|
|
# from desktop-gui
|
|
packages/desktop-gui/src/jsconfig.json
|
|
|
|
# from driver
|
|
packages/driver/test/cypress/videos
|
|
|
|
# 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 driver
|
|
packages/driver/test/cypress/videos
|
|
|
|
# from server
|
|
packages/server/.cy
|
|
packages/server/.projects
|
|
packages/server/support
|
|
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
|