diff --git a/.gitignore b/.gitignore index b6efda64d..f564d8ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,15 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out -.idea +# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA +.idea/ +*.iml bin/ +# Vscode files .vscode/ + tmp/ + +# OSX trash +.DS_Store