From e655c8ce0a84b1d924704d62a19f1bcf2c04b66c Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Sun, 26 Dec 2021 12:28:36 +0700 Subject: [PATCH] add go.work to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 850526e6479..231614a4dce 100644 --- a/.gitignore +++ b/.gitignore @@ -69,4 +69,6 @@ docker-compose.dev.yml /ethdb/*.fail libmdbx/build/* -tests/testdata/* \ No newline at end of file +tests/testdata/* + +go.work \ No newline at end of file