diff --git a/.gitignore b/.gitignore index bac0002..df3220d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,8 @@ target/ # The library shouldn't decide about the exact versions of # its dependencies, but let the downstream crate decide. -Cargo.lock \ No newline at end of file +Cargo.lock + +# We don't want to commit IDE configuration files. +.idea/ +.vscode/ \ No newline at end of file