From 40269e6295e4dd88f52fa9eb326121584d1dd495 Mon Sep 17 00:00:00 2001 From: Federico Boschini Date: Tue, 11 Dec 2018 14:50:59 +0100 Subject: [PATCH] chore(project): gitignore docs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 580e35f9..23178fb6 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ captures/ /captures .idea /testinstrumentator/testinstrumentator.iml + +docs/* +!docs/migration/ \ No newline at end of file