Skip to content

Commit 8ad6e62

Browse files
committed
Add Windows and macOS to .gitignore
1 parent d9d0641 commit 8ad6e62

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

.gitignore

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,59 @@ dist
161161
.yarn/build-state.yml
162162
.yarn/install-state.gz
163163
.pnp.*
164+
165+
# Windows
166+
167+
# Windows thumbnail cache files
168+
Thumbs.db
169+
Thumbs.db:encryptable
170+
ehthumbs.db
171+
ehthumbs_vista.db
172+
173+
# Dump file
174+
*.stackdump
175+
176+
# Folder config file
177+
[Dd]esktop.ini
178+
179+
# Recycle Bin used on file shares
180+
$RECYCLE.BIN/
181+
182+
# Windows Installer files
183+
*.cab
184+
*.msi
185+
*.msix
186+
*.msm
187+
*.msp
188+
189+
# Windows shortcuts
190+
*.lnk
191+
192+
# macOS
193+
194+
# General
195+
.DS_Store
196+
.AppleDouble
197+
.LSOverride
198+
199+
# Icon must end with two \r
200+
Icon
201+
202+
# Thumbnails
203+
._*
204+
205+
# Files that might appear in the root of a volume
206+
.DocumentRevisions-V100
207+
.fseventsd
208+
.Spotlight-V100
209+
.TemporaryItems
210+
.Trashes
211+
.VolumeIcon.icns
212+
.com.apple.timemachine.donotpresent
213+
214+
# Directories potentially created on remote AFP share
215+
.AppleDB
216+
.AppleDesktop
217+
Network Trash Folder
218+
Temporary Items
219+
.apdisk

0 commit comments

Comments
 (0)