Skip to content

Commit e83defc

Browse files
committed
add gitignore entries for macOS, Windows, Linux
1 parent 15e63d7 commit e83defc

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

‎.gitignore‎

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
## macOS stuff
2+
3+
# General
4+
.DS_Store
5+
.AppleDouble
6+
.LSOverride
7+
8+
# Icon must end with two \r
9+
Icon
10+
11+
# Thumbnails
12+
._*
13+
14+
# Files that might appear in the root of a volume
15+
.DocumentRevisions-V100
16+
.fseventsd
17+
.Spotlight-V100
18+
.TemporaryItems
19+
.Trashes
20+
.VolumeIcon.icns
21+
.com.apple.timemachine.donotpresent
22+
23+
# Directories potentially created on remote AFP share
24+
.AppleDB
25+
.AppleDesktop
26+
Network Trash Folder
27+
Temporary Items
28+
.apdisk
29+
30+
## Windows stuff
31+
32+
# Windows thumbnail cache files
33+
Thumbs.db
34+
Thumbs.db:encryptable
35+
ehthumbs.db
36+
ehthumbs_vista.db
37+
38+
# Dump file
39+
*.stackdump
40+
41+
# Folder config file
42+
[Dd]esktop.ini
43+
44+
# Recycle Bin used on file shares
45+
$RECYCLE.BIN/
46+
47+
# Windows Installer files
48+
*.cab
49+
*.msi
50+
*.msix
51+
*.msm
52+
*.msp
53+
54+
# Windows shortcuts
55+
*.lnk
56+
57+
58+
## Linux stuff
59+
60+
*~
61+
62+
# temporary files which can be created if a process still has a handle open of a deleted file
63+
.fuse_hidden*
64+
65+
# KDE directory preferences
66+
.directory
67+
68+
# Linux trash folder which might appear on any partition or disk
69+
.Trash-*
70+
71+
# .nfs files are created when an open file is removed but is still being accessed
72+
.nfs*

0 commit comments

Comments
 (0)