File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .svn
2- * .pdf
1+
2+ # Created by https://www.gitignore.io/api/svn,macos,windows
3+
4+ # ## macOS ###
5+ * .DS_Store
6+ .AppleDouble
7+ .LSOverride
8+
9+ # Icon must end with two \r
10+ Icon
11+
12+ # Thumbnails
13+ ._ *
14+
15+ # Files that might appear in the root of a volume
16+ .DocumentRevisions-V100
17+ .fseventsd
18+ .Spotlight-V100
19+ .TemporaryItems
20+ .Trashes
21+ .VolumeIcon.icns
22+ .com.apple.timemachine.donotpresent
23+
24+ # Directories potentially created on remote AFP share
25+ .AppleDB
26+ .AppleDesktop
27+ Network Trash Folder
28+ Temporary Items
29+ .apdisk
30+
31+ # ## SVN ###
32+ .svn /
33+
34+ # ## Windows ###
35+ # Windows thumbnail cache files
36+ Thumbs.db
37+ ehthumbs.db
38+ ehthumbs_vista.db
39+
40+ # Folder config file
41+ Desktop.ini
42+
43+ # Recycle Bin used on file shares
44+ $RECYCLE.BIN /
45+
46+ # Windows Installer files
47+ * .cab
48+ * .msi
49+ * .msm
50+ * .msp
51+
52+ # Windows shortcuts
53+ * .lnk
54+
55+ # End of https://www.gitignore.io/api/svn,macos,windows
You can’t perform that action at this time.
0 commit comments