feat: add ide config to gitignore

This commit is contained in:
Oskar Manhart 2023-07-24 18:04:45 +02:00
parent 3ea1da6f07
commit 7b29598bc1

6
.gitignore vendored
View File

@ -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
Cargo.lock
# We don't want to commit IDE configuration files.
.idea/
.vscode/