From 233382ce7a30ef3f6485a2fb5016625a20e804cb Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Fri, 28 Aug 2020 23:15:15 -0400 Subject: [PATCH] chore: ignore test session files when pushing to git --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 968c2a4..f0b9c4f 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,6 @@ typings/ # macOS Thumbnails ._* + +# Test sessions +*session.json \ No newline at end of file