forked from asciidoctor/sublimetext-asciidoc
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitattributes
68 lines (56 loc) · 1.51 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
################################################
# AsciiDoc Package for Sublime Text 4: #
# https://github.com/tajmone/ST4-Asciidoctor #
################################################
* 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
*.asciidoc text
*.markdown text
*.md text
*.txt text
LICENSE text
## Scripts
##########
*.sh text eol=lf
*.py text
## Ruby Files
#############
[attr]Ruby text eol=lf
*.rb Ruby
*.rake Ruby
*.gemspec Ruby
Rakefile Ruby
rakefile Ruby
################################################
# Package Export-Ignore Rules #
################################################
_assets/ export-ignore
docs-src/ export-ignore
Examples/ export-ignore
script/ export-ignore
Tests/ export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
Rakefile export-ignore
validate.sh export-ignore
# Dev files from original upstream package:
requirements-dev.txt export-ignore
setup.cfg export-ignore
Keymaps/*.py
# commands.py ???
# completions.py ???
# EOF #