Files
cypress/.gitignore
Zach Bloomquist 85569fab04 Remove accidentally-pushed screenshots (#5636)
* remove accidentally added screenshots

* create driver gitignore
2019-11-07 14:08:23 -05:00

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