File tree Expand file tree Collapse file tree 2 files changed +80
-0
lines changed Expand file tree Collapse file tree 2 files changed +80
-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 in the root of a volume
29+ .DocumentRevisions-V100
30+ .fseventsd
31+ .Spotlight-V100
32+ .TemporaryItems
33+ .Trashes
34+ .VolumeIcon.icns
35+
36+ # Directories potentially created on remote AFP share
37+ .AppleDB
38+ .AppleDesktop
39+ Network Trash Folder
40+ Temporary Items
41+ .apdisk
42+
43+ # Windows
44+ # =========================
45+
46+ # Windows image file caches
47+ Thumbs.db
48+ ehthumbs.db
49+
50+ # Folder config file
51+ Desktop.ini
52+
53+ # Recycle Bin used on file shares
54+ $RECYCLE.BIN /
55+
56+ # Windows Installer files
57+ * .cab
58+ * .msi
59+ * .msm
60+ * .msp
61+
62+ # Windows shortcuts
63+ * .lnk
You can’t perform that action at this time.
0 commit comments