From 05ced1a3d526f72a8b20e67b3aab4fcf7e8ec3cd Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Sat, 13 Jun 2020 00:05:57 +0200 Subject: [PATCH] Exclude heatmap.json from versioning --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 131863727..00a055620 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,6 @@ settings.json # VisualStudio .vs/ .vscode/launch.json + +# sigma2attack +heatmap.json