Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit 78f8d7a

Browse files
committed
ignore videos
1 parent d0ccead commit 78f8d7a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/
22
.DS_Store
33
npm-debug.log
4+
cypress/videos/

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
"vue": "2.5.13"
8686
},
8787
"standard": {
88-
"globals": [ "Cypress", "cy" ]
88+
"globals": [
89+
"Cypress",
90+
"cy"
91+
]
8992
}
9093
}

0 commit comments

Comments
 (0)