Skip to content

Commit 90f5d67

Browse files
chore: update .gitignore
1 parent 9a12ea6 commit 90f5d67

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,33 @@ cython_debug/
161161
# and can be added to the global gitignore or merged into this file. For a more nuclear
162162
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
163163
.idea/
164+
165+
### macOS template
166+
# General
167+
.DS_Store
168+
.AppleDouble
169+
.LSOverride
170+
171+
# Icon must end with two \r
172+
Icon?
173+
![iI]con[_a-zA-Z0-9]
174+
175+
# Thumbnails
176+
._*
177+
178+
# Files that might appear in the root of a volume
179+
.DocumentRevisions-V100
180+
.fseventsd
181+
.Spotlight-V100
182+
.TemporaryItems
183+
.Trashes
184+
.VolumeIcon.icns
185+
.com.apple.timemachine.donotpresent
186+
187+
# Directories potentially created on remote AFP share
188+
.AppleDB
189+
.AppleDesktop
190+
Network Trash Folder
191+
Temporary Items
192+
.apdisk
193+

0 commit comments

Comments
 (0)