Skip to content

Commit 9d4463d

Browse files
author
Morten Larsen
committed
Update .gitignore
1 parent 536172b commit 9d4463d

File tree

1 file changed

+73
-1
lines changed

1 file changed

+73
-1
lines changed

.gitignore

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,76 @@
1+
#### WINDOWS: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
2+
3+
# Windows thumbnail cache files
4+
Thumbs.db
5+
Thumbs.db:encryptable
6+
ehthumbs.db
7+
ehthumbs_vista.db
8+
9+
# Dump file
10+
*.stackdump
11+
12+
# Folder config file
13+
[Dd]esktop.ini
14+
15+
# Recycle Bin used on file shares
16+
$RECYCLE.BIN/
17+
18+
# Windows Installer files
19+
*.cab
20+
*.msi
21+
*.msix
22+
*.msm
23+
*.msp
24+
25+
# Windows shortcuts
26+
*.lnk
27+
28+
#### macOS: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
29+
30+
# General
31+
.DS_Store
32+
.AppleDouble
33+
.LSOverride
34+
35+
# Icon must end with two \r
36+
Icon
37+
38+
# Thumbnails
39+
._*
40+
41+
# Files that might appear in the root of a volume
42+
.DocumentRevisions-V100
43+
.fseventsd
44+
.Spotlight-V100
45+
.TemporaryItems
46+
.Trashes
47+
.VolumeIcon.icns
48+
.com.apple.timemachine.donotpresent
49+
50+
# Directories potentially created on remote AFP share
51+
.AppleDB
52+
.AppleDesktop
53+
Network Trash Folder
54+
Temporary Items
55+
.apdisk
56+
57+
#### Visual Studio Code: https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
58+
59+
.vscode/*
60+
!.vscode/settings.json
61+
!.vscode/tasks.json
62+
!.vscode/launch.json
63+
!.vscode/extensions.json
64+
!.vscode/*.code-snippets
65+
66+
# Local History for Visual Studio Code
67+
.history/
68+
69+
# Built Visual Studio Code Extensions
70+
*.vsix
71+
72+
#### From original repo
73+
174
.DS_Store
275
/iso/*
376
!/iso/README.md
@@ -24,4 +97,3 @@ tmp
2497
*.iso
2598
path-to.vmx
2699
packer
27-
mkisofs.exe

0 commit comments

Comments
 (0)