-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
85 lines (70 loc) · 2.1 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
################################################
# Alan IF 3 Syntax for Sublime Text 3 #
# https://github.com/tajmone/sublime-alan-if #
################################################
# Set Git's default behaviour to text-files autodetection, in case users don't
# have `core.autocrlf` set:
* text=auto
## 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
## Sublime Text
###############
*.hidden-tmTheme text eol=lf linguist-language=XML
*.sublime-build text
*.sublime-color-scheme text linguist-language=JSONC
*.sublime-commands text
*.sublime-completions text
*.sublime-keymap text
*.sublime-macro text
*.sublime-menu text
*.sublime-mousemap text
*.sublime-project text
*.sublime-settings text
*.sublime-snippet text
*.sublime-syntax text
*.sublime-theme text
*.sublime-workspace text
*.sublime_metrics text
*.sublime_session text
*.tmPreferences text
*.YAML-propertyList text linguist-language=YAML
## Documentation
################
*.md text
*.txt text
COPYING text
LICENSE text
## Scripts
##########
*.sh text eol=lf
*.py text
## Alan Files
#############
*.a3c binary
*.alan text linguist-language=Alan linguist-detectable=false
*.i text linguist-language=Alan linguist-detectable=false
*.ifid text linguist-generated=true
# Solutions (commands scripts):
*.a3s text linguist-language=prose linguist-detectable=false
*.a3sol text linguist-language=prose linguist-detectable=false
# Transcripts:
*.a3t text linguist-language=prose linguist-detectable=false
*.a3log text linguist-language=prose linguist-detectable=false
## Graphics
###########
*.gif binary
*.ico binary
*.jpg binary
*.jpeg binary
*.png binary
*.svg binary
*.svgz binary
*.wbmp binary
*.webp binary