diff --git a/.gitignore b/.gitignore index adf8f72..a09fef2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,18 @@ +# Mac OSX +.DS_Store + +# IntelliJ +*.iml +*.ipr +*.iws +.idea/ +/build/ +/dist/ +/out/ + +# VS Code +settings.json + # ---> Go # If you prefer the allow list template instead of the deny list, see community template: # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore