File tree Expand file tree Collapse file tree 1 file changed +73
-1
lines changed Expand file tree Collapse file tree 1 file changed +73
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
74
.DS_Store
2
75
/iso /*
3
76
! /iso /README.md
24
97
* .iso
25
98
path-to.vmx
26
99
packer
27
- mkisofs.exe
You can’t perform that action at this time.
0 commit comments