File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-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+ # Windows thumbnail cache files
2+ Thumbs.db
3+ ehthumbs.db
4+ ehthumbs_vista.db
5+
6+ # Folder config file
7+ Desktop.ini
8+
9+ # Recycle Bin used on file shares
10+ $RECYCLE.BIN /
11+
12+ # Windows Installer files
13+ * .cab
14+ * .msi
15+ * .msm
16+ * .msp
17+
18+ # Windows shortcuts
19+ * .lnk
20+
21+ # =========================
22+ # Operating System Files
23+ # =========================
You can’t perform that action at this time.
0 commit comments