File tree 2 files changed +76
-0
lines changed
2 files changed +76
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Auto detect text files and perform LF normalization
2
+ * text =auto
3
+
4
+ # Custom for Visual Studio
5
+ * .cs diff =csharp
6
+
7
+ # Standard to msysgit
8
+ * .doc diff =astextplain
9
+ * .DOC diff =astextplain
10
+ * .docx diff =astextplain
11
+ * .DOCX diff =astextplain
12
+ * .dot diff =astextplain
13
+ * .DOT diff =astextplain
14
+ * .pdf diff =astextplain
15
+ * .PDF diff =astextplain
16
+ * .rtf diff =astextplain
17
+ * .RTF diff =astextplain
Original file line number Diff line number Diff line change
1
+ * .class
2
+
3
+ # Mobile Tools for Java (J2ME)
4
+ .mtj.tmp /
5
+
6
+ # Package Files #
7
+ * .jar
8
+ * .war
9
+ * .ear
10
+
11
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12
+ hs_err_pid *
13
+
14
+ # =========================
15
+ # Operating System Files
16
+ # =========================
17
+
18
+ # OSX
19
+ # =========================
20
+
21
+ .DS_Store
22
+ .AppleDouble
23
+ .LSOverride
24
+
25
+ # Thumbnails
26
+ ._ *
27
+
28
+ # Files that might appear on external disk
29
+ .Spotlight-V100
30
+ .Trashes
31
+
32
+ # Directories potentially created on remote AFP share
33
+ .AppleDB
34
+ .AppleDesktop
35
+ Network Trash Folder
36
+ Temporary Items
37
+ .apdisk
38
+
39
+ # Windows
40
+ # =========================
41
+
42
+ # Windows image file caches
43
+ Thumbs.db
44
+ ehthumbs.db
45
+
46
+ # Folder config file
47
+ Desktop.ini
48
+
49
+ # Recycle Bin used on file shares
50
+ $RECYCLE.BIN /
51
+
52
+ # Windows Installer files
53
+ * .cab
54
+ * .msi
55
+ * .msm
56
+ * .msp
57
+
58
+ # Windows shortcuts
59
+ * .lnk
You can’t perform that action at this time.
0 commit comments