File tree 2 files changed +61
-1
lines changed
2 files changed +61
-1
lines changed Original file line number Diff line number Diff line change
1
+ # ## Linux ###
2
+ * ~
3
+
4
+ # temporary files which can be created if a process still has a handle open of a deleted file
5
+ .fuse_hidden *
6
+
7
+ # .nfs files are created when an open file is removed but is still being accessed
8
+ .nfs *
9
+
10
+ # ## macOS ###
11
+ # General
12
+ .DS_Store
13
+ .AppleDouble
14
+ .LSOverride
15
+
16
+ # Thumbnails
17
+ ._ *
18
+
19
+ # Files that might appear in the root of a volume
20
+ .DocumentRevisions-V100
21
+ .fseventsd
22
+ .Spotlight-V100
23
+ .TemporaryItems
24
+ .Trashes
25
+ .VolumeIcon.icns
26
+ .com.apple.timemachine.donotpresent
27
+
28
+ # Directories potentially created on remote AFP share
29
+ .AppleDB
30
+ .AppleDesktop
31
+ Network Trash Folder
32
+ Temporary Items
33
+ .apdisk
34
+
35
+ # ## Windows ###
36
+ # Windows thumbnail cache files
37
+ Thumbs.db
38
+ Thumbs.db:encryptable
39
+ ehthumbs.db
40
+ ehthumbs_vista.db
41
+
42
+ # Dump file
43
+ * .stackdump
44
+
45
+ # Folder config file
46
+ [Dd ]esktop.ini
47
+
48
+ # Recycle Bin used on file shares
49
+ $RECYCLE.BIN /
50
+
51
+ # Windows Installer files
52
+ * .cab
53
+ * .msi
54
+ * .msix
55
+ * .msm
56
+ * .msp
57
+
58
+ # Windows shortcuts
59
+ * .lnk
60
+
1
61
.gradle
2
62
build /
3
63
! gradle /wrapper /gradle-wrapper.jar
41
101
42
102
43
103
# ## cache ###
44
- cache /
104
+ cache /
You can’t perform that action at this time.
0 commit comments