From 7a2fce2d8aa98dc503057a49e84f370aaa6b9dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Wed, 8 Sep 2021 12:32:03 +0200 Subject: [PATCH] chore(gitignore): ignore asdf tool-versions convig file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 18d721afd..33bb34976 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ test-queries packages/viewer/example/*.js packages/viewer/example/*.js.map packages/frontend/schema.graphql +.tool-versions