File tree 1 file changed +48
-0
lines changed
1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Define standard eol format
2
+
3
+ # Web Files
4
+ * .html text eol =lf
5
+ * .md text eol =lf
6
+ * .css text eol =lf
7
+ * .js text eol =lf
8
+
9
+ # Jekyll related files
10
+ * .yml text eol =lf
11
+
12
+ # Git related files
13
+ .gittattributes text eol =lf
14
+ .gitignore text eol =lf
15
+ .gitkeep text eol =lf
16
+
17
+ # Ruby files
18
+ * .rb text eol =lf
19
+ Gemfile text eol =lf
20
+ Gemfile.lock text eol =lf
21
+
22
+ # Github specific fies
23
+ LICENCE text eol =lf
24
+
25
+ # Docker specific files
26
+ Dockerfile text eol =lf
27
+
28
+ # VSCode files
29
+ * .json text eol =lf
30
+
31
+ # General multimedia files
32
+ * .jpg binary
33
+ * .jpeg binary
34
+ * .gif binary
35
+ * .png binary
36
+ * .t3x binary
37
+ * .t3d binary
38
+ * .exe binary
39
+ * .data binary
40
+ * .ttf binary
41
+ * .eof binary
42
+ * .eot binary
43
+ * .swf binary
44
+ * .mov binary
45
+ * .mp4 binary
46
+ * .mp3 binary
47
+ * .ogg binary
48
+ * .flv binary
You can’t perform that action at this time.
0 commit comments