From e478149126b6fb6f53c18da21e201f2dd28536f9 Mon Sep 17 00:00:00 2001 From: agentmilindu Date: Sun, 26 May 2019 16:01:57 +0530 Subject: [PATCH] Add snap.login to gitignore This makes Travis CI Relese failed with the following command ``` release failed after 0.02s error=git is currently in a dirty state, please check in your pipeline what can be changing the following files: ?? snap.login ``` --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7b287d0..e9cd914 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,5 @@ coverage* # IDE files .idea/* + +snap.login