From 60e197dbbd83c74e9687feb8eed2f16e8a465e6f Mon Sep 17 00:00:00 2001 From: Walmyr Filho Date: Sun, 10 Feb 2019 18:26:28 +0100 Subject: [PATCH] Update `.gitignore` to not track cypress videos --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 91dfed8..c824e28 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store +cypress/videos node_modules \ No newline at end of file -- GitLab