Skip to content

Commit

Permalink
feat(ignore): Add Rust default ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
boralg authored Jan 26, 2025
1 parent 3662384 commit 8100d17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/defaultIgnore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,8 @@ export const defaultIgnoreList = [
'**/.ipynb_checkpoints/**',
'**/Pipfile.lock',
'**/poetry.lock',

// Essential Rust-related entries
'**/Cargo.lock',
'**/Cargo.toml.orig',
];

0 comments on commit 8100d17

Please sign in to comment.