Skip to content

Commit

Permalink
Merge pull request #318 from boralg/patch-1
Browse files Browse the repository at this point in the history
feat(ignore): Add Rust default ignores
  • Loading branch information
yamadashy authored Jan 27, 2025
2 parents 97519ed + 127c81a commit f3bc06f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config/defaultIgnore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,10 @@ export const defaultIgnoreList = [
'**/.ipynb_checkpoints/**',
'**/Pipfile.lock',
'**/poetry.lock',

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

0 comments on commit f3bc06f

Please sign in to comment.