Skip to content

Commit c691e45

Browse files
committed
chore(.gitignore): Ignore macos files
1 parent 4f98a7e commit c691e45

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,36 @@ tags
128128
.history
129129

130130
# End of https://www.gitignore.io/api/vim,visualstudiocode,mac,rust,jetbrains+all
131+
132+
# Created by https://www.gitignore.io/api/macos
133+
# Edit at https://www.gitignore.io/?templates=macos
134+
135+
### macOS ###
136+
# General
137+
.DS_Store
138+
.AppleDouble
139+
.LSOverride
140+
141+
# Icon must end with two \r
142+
Icon
143+
144+
# Thumbnails
145+
._*
146+
147+
# Files that might appear in the root of a volume
148+
.DocumentRevisions-V100
149+
.fseventsd
150+
.Spotlight-V100
151+
.TemporaryItems
152+
.Trashes
153+
.VolumeIcon.icns
154+
.com.apple.timemachine.donotpresent
155+
156+
# Directories potentially created on remote AFP share
157+
.AppleDB
158+
.AppleDesktop
159+
Network Trash Folder
160+
Temporary Items
161+
.apdisk
162+
163+
# End of https://www.gitignore.io/api/macos

src/docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ mod tests {
603603

604604
#[test]
605605
fn is_as_kv_white() {
606-
let conv = as_kv_whitespace("CTRL-O to open with `open` command,");
606+
let conv = as_kv("CTRL-O to open with `open` command,");
607607
assert_eq!(
608608
KV {
609609
key: String::from("CTRL-O"),

0 commit comments

Comments
 (0)