From 7f73de19ca78bdb0f233b3589068aa1fe00564e8 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sat, 10 Mar 2018 11:39:48 +0100 Subject: [PATCH] Add packr file pattern to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 78d2ebd..d0f8655 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ certs/ build/ licenses/ coverage.txt -*/node_modules/ \ No newline at end of file +*/node_modules/ +**/*-packr.go \ No newline at end of file