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