-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
44 lines (37 loc) · 933 Bytes
/
.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
############################################
# pmotion2svg: #
# https://github.com/cosmigo/pmotion2svg #
############################################
* 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
## Documentation Files
######################
*.md text
*.txt text
LICENSE text
## PureBasic Files
##################
[attr]PureBasic text linguist-language=PureBasic
*.cfg text linguist-generated=true
*.pb PureBasic
*.pbf PureBasic
*.pbi PureBasic
*.pbp linguist-language=XML linguist-generated=true
## Shell Scripts
################
*.bat text eol=crlf
*.sh text eol=lf
## Images
#########
*.pmp binary
*.svg binary
*.png binary
# EOF #