forked from cypress-io/cypress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (41 loc) · 778 Bytes
/
.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
.DS_Store
bower_components
node_modules
*.log
*.log.*
*.orig
dist
dist-*
build
.history
.vscode
.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 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 server
packages/server/.cy
packages/server/.projects
packages/server/support
packages/server/test/support/fixtures/server/libs
# CLI tool
cli/build
# Building app binary
scripts/support
package-lock.json
binary-url.json