diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -7,3 +7,26 @@ /spec/reports/ /tmp/ Gemfile.lock + +# Rust build artifacts +/target/ +**/*.rs.bk +Cargo.lock + +# Ruby extension build artifacts +*.bundle +*.so +*.dylib +*.dll +mkmf.log + +# OS artifacts +.DS_Store +Thumbs.db + +# Editor artifacts +*.swp +*.swo +*~ +.vscode/ +.idea/ |
