diff --git a/.gitignore b/.gitignore index 48aa3df..42ea146 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,16 @@ +# Rust target/ -*.log \ No newline at end of file +Cargo.lock + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Logs +*.log