File tree Expand file tree Collapse file tree 2 files changed +74
-0
lines changed Expand file tree Collapse file tree 2 files changed +74
-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+ assets /*
2+ ! assets /.gitignore
3+ protected /runtime /*
4+ ! protected /runtime /.gitignore
5+ protected /data /* .db
6+ themes /classic /views /
7+
8+ # =========================
9+ # Operating System Files
10+ # =========================
11+
12+ # OSX
13+ # =========================
14+
15+ .DS_Store
16+ .AppleDouble
17+ .LSOverride
18+
19+ # Thumbnails
20+ ._ *
21+
22+ # Files that might appear in the root of a volume
23+ .DocumentRevisions-V100
24+ .fseventsd
25+ .Spotlight-V100
26+ .TemporaryItems
27+ .Trashes
28+ .VolumeIcon.icns
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+ # =========================
39+
40+ # Windows image file caches
41+ Thumbs.db
42+ ehthumbs.db
43+
44+ # Folder config file
45+ Desktop.ini
46+
47+ # Recycle Bin used on file shares
48+ $RECYCLE.BIN /
49+
50+ # Windows Installer files
51+ * .cab
52+ * .msi
53+ * .msm
54+ * .msp
55+
56+ # Windows shortcuts
57+ * .lnk
You can’t perform that action at this time.
0 commit comments