forked from tajmone/pml-css-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
53 lines (44 loc) · 1.05 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
###################################################
# The Practical Markup Language CSS Playground: #
# https://github.com/tajmone/pml-css-playground #
###################################################
* text=auto
## Repository Configuration
###########################
.editorconfig text eol=lf
.travis.yml text eol=lf
.gitattributes text eol=lf
.gitconfig text eol=lf
.gitignore text eol=lf
.gitmodules text eol=lf
## Documentation Files
######################
*.md text
*.pml text linguist-language=PML
*.txt text
LICENSE text
## Scripts
##########
*.bat text eol=crlf
*.com text eol=crlf
*.js text eol=lf
*.sh text eol=lf
## Ruby Files
#############
[attr]Ruby text eol=lf
*.rb Ruby
*.rake Ruby
*.gemspec Ruby
Rakefile Ruby
rakefile Ruby
## Sass/CSS
###########
*.scss text eol=lf
*.css text eol=lf linguist-generated=true
## HTML
#######
*.html text linguist-generated=true
## Third Party Tools
####################
# ColorImpact 4 palette projects:
*.cifc binary