From b70b4ba4b17d02d9744bd72494549f5cf7d980f8 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 11 Feb 2020 22:11:08 +0100 Subject: webui: lint graphql files --- webui/src/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'webui/src') diff --git a/webui/src/.gitignore b/webui/src/.gitignore index 52b71a15..640de4f9 100644 --- a/webui/src/.gitignore +++ b/webui/src/.gitignore @@ -1,3 +1,4 @@ fragmentTypes.js gqlTypes.ts *.generated.* +schema.json -- cgit