diff --git a/.gitignore b/.gitignore index 8619e09..14ad8b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ .bundle/ log/*.log pkg/ + +# IDE files +.idea + +# Temporary files +.DS_Store +*.swp +*~ +*.directory \ No newline at end of file