Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Add Cargo.lock as a hidden file #104

Merged
merged 1 commit into from Jul 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const defaults = {
^(patents|authors|contributors|acknowledgments|backers)(\\.|$)
^(issue|pull_request)_template\\.md$
^(appveyor|circle|codecov)\\.yml$
^(yarn|Gemfile|composer)\\.lock$
^(yarn|Gemfile|Cargo|composer)\\.lock$
^package-lock\\.json$
^npm-shrinkwrap\\.json$
\\.sublime-project$
Expand Down