forked from cypress-io/cypress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (57 loc) · 1.09 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.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