From dad0926ede5cf4b54e1fd3d4bfce82fe5eeb42bb Mon Sep 17 00:00:00 2001 From: mcrakhman Date: Mon, 24 Oct 2022 14:44:15 +0200 Subject: [PATCH] Remove fleet artefacts --- .fleet/settings.json | 4 ---- .gitignore | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .fleet/settings.json diff --git a/.fleet/settings.json b/.fleet/settings.json deleted file mode 100644 index 963a3020..00000000 --- a/.fleet/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "toolchains": [], - "editor.guides": [] -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 5d1bd6cc..7729a9b3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ # Test binary, built with `go test -c` *.test + # Output of the go coverage tool, specifically when used with LiteIDE *.out @@ -17,6 +18,9 @@ vendor # database db +# artefacts for Intelli-J fleet +.fleet + # Intelli-J files .idea