File tree Expand file tree Collapse file tree 3 files changed +472
-5
lines changed
src/main/resources/static/css Expand file tree Collapse file tree 3 files changed +472
-5
lines changed Original file line number Diff line number Diff line change 1+ # These files are text and should be normalized (Convert crlf => lf)
2+ * .php text
3+ * .css text
4+ * .js text
5+ * .htm text
6+ * .html text
7+ * .xml text
8+ * .txt text
9+ * .ini text
10+ * .inc text
11+ .htaccess text
12+
13+ # These files are binary and should be left untouched
14+ # (binary is a macro for -text -diff)
15+ * .png binary
16+ * .jpg binary
17+ * .jpeg binary
18+ * .gif binary
19+ * .ico binary
20+ * .mov binary
21+ * .mp4 binary
22+ * .mp3 binary
23+ * .flv binary
24+ * .fla binary
25+ * .swf binary
26+ * .gz binary
27+ * .zip binary
28+ * .7z binary
29+ * .ttf binary
30+
31+ # Auto detect text files and perform LF normalization
32+ # http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
33+ * text =auto
34+
35+ # Documents
36+ * .doc diff =astextplain
37+ * .DOC diff =astextplain
38+ * .docx diff =astextplain
39+ * .DOCX diff =astextplain
40+ * .dot diff =astextplain
41+ * .DOT diff =astextplain
42+ * .pdf diff =astextplain
43+ * .PDF diff =astextplain
44+ * .rtf diff =astextplain
45+ * .RTF diff =astextplain
You can’t perform that action at this time.
0 commit comments