UNPKG

863 BPlain TextView Raw
1# .gitattributes <https://github.com/tunnckoCore/dotfiles>
2#
3# Copyright (c) 2014-2015 Charlike Mike Reagent, contributors.
4# Released under the MIT license.
5#
6
7# These settings are for any web project
8
9# Handle line endings automatically for files detected as text
10# and leave all files detected as binary untouched.
11
12* text=auto
13
14#
15# The above will handle all files NOT found below
16# These files are text and should be normalized (Convert crlf => lf)
17#
18
19*.php text
20*.css text
21*.js text
22*.htm text
23*.html text
24*.xml text
25*.txt text
26*.ini text
27*.inc text
28.htaccess text
29
30#
31# These files are binary and should be left untouched
32# (binary is a macro for -text -diff)
33#
34
35*.png binary
36*.jpg binary
37*.jpeg binary
38*.gif binary
39*.ico binary
40*.mov binary
41*.mp4 binary
42*.mp3 binary
43*.flv binary
44*.fla binary
45*.swf binary
46*.gz binary
47*.zip binary
48*.7z binary
49*.ttf binary