From b20c9b439bbae937c5f770b09546db3621c09992 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Tue, 21 Dec 2021 12:42:26 +0000 Subject: [PATCH] refactor: make mapping file the example file #265 - Added filename of the 'actual' mapping file to git ignore --- .gitignore | 1 + .../{search_api_mapping.json => search_api_mapping.json.example} | 0 2 files changed, 1 insertion(+) rename datagateway_api/{search_api_mapping.json => search_api_mapping.json.example} (100%) diff --git a/.gitignore b/.gitignore index 887d4d11..195be888 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ venv/ *.pyc logs.log* config.json* +search_api_mapping.json* .vscode/ .nox/ .python-version diff --git a/datagateway_api/search_api_mapping.json b/datagateway_api/search_api_mapping.json.example similarity index 100% rename from datagateway_api/search_api_mapping.json rename to datagateway_api/search_api_mapping.json.example