Files
cypress/.gitignore
T
Ben Kucera 48393bf128 Decaffeinate helper scripts (#4781)
* decaf script setup

* update gitignore

* fix conflicts, remove decaffeinate script hooks


Co-authored-by: Brian Mann <brian.mann86@gmail.com>
2019-07-23 14:49:36 -04:00

70 lines
1.2 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/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/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