diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24bfd00 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# GoLang +*.exe +*.exe~ +*.dll +*.so +*.dylib +*.test +*.out +go.work + +# Build output +build/ + +# VS Code +.vscode/* +.history/ +*.vsix