From a83e38425acfffb3e83fbac0aac38d98520e9441 Mon Sep 17 00:00:00 2001 From: Marco H Date: Wed, 19 Jan 2022 17:54:23 +0100 Subject: [PATCH] Let git ignore apps.json Let git ignore apps.json so that nobody tries to commit it --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 47233d1f5..273fdeae4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ appdates.csv _config.yml tests/Layout/bin/tmp.* tests/Layout/testresult.bmp +apps.json