diff --git a/.gitignore b/.gitignore index 66fd13c9..2bc7dc72 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,12 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# Intelli-J files +.idea + +# MacOS file that stores custom attributes of its containing folder, +# such as folder view options, icon positions, and other visual information +.DS_Store + # Dependency directories (remove the comment below to include it) # vendor/