diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..1e6c7140 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# GoLand IDEA +/.idea/ +*.iml + +# VS Code +.vscode/ +.devcontainer/ + +# Emacs +*~ +\#*\# + +# Miscellaneous files +*.sw[op] +*.DS_Store + +# Coverage +coverage.out +coverage.txt +coverage.html