From 1e8ef8493d7806b7da04ae9e6536f018a1727b0b Mon Sep 17 00:00:00 2001 From: TJ Hoplock Date: Tue, 12 Jul 2022 15:01:27 -0400 Subject: [PATCH] chore: add `.gitignore` config --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4fba24 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.DS_Store +.idea +.envrc +*.log +*.vim +.vagrant/ +tmp/ + +# goreleaser build folder for outputs +dist/