-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
71 lines (58 loc) · 1.71 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
########################################################
# PML (Practical Markup Language) for SublimeText 3: #
# https://github.com/tajmone/Sublime-PML #
########################################################
* text=auto
*.sublime-* text
## Repository Configuration
###########################
.editorconfig text eol=lf
.gitlab-ci.yml 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
######################
*.adoc text
*.asc text
*.asciidoc text
*.md text
*.pml text
*.txt text
LICENSE text
## Scripts
##########
*.sh text eol=lf
*.py text
## Ruby Files
#############
[attr]Ruby text eol=lf
*.rb Ruby
Rakefile Ruby
################################################
# Package Export-Ignore Rules #
################################################
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
/*.sh export-ignore
*.adoc export-ignore
*.asc export-ignore
*.asciidoc export-ignore
*.rb export-ignore
Rakefile export-ignore
/messages/README.md export-ignore
/schemes/*.pml export-ignore
/schemes/README.md export-ignore
/symbols/*.pml export-ignore
/symbols/README.md export-ignore
CONTRIBUTING.md export-ignore
/_assets/ export-ignore
/docs-src/ export-ignore
/docs/ export-ignore
/img/ export-ignore
/syntax-tests/ export-ignore
# EOF #