forked from IgorSalevan/yii2-rtsphinxbehavior
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
37 lines (32 loc) · 823 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
# Autodetect text files
* text=auto
# ...Unless the name matches the following overriding patterns
# Definitively text files
*.php text
*.css text
*.js text
*.txt text
*.md text
*.xml text
*.json text
*.bat text
*.sql text
*.xml text
*.yml text
# Ensure those won't be messed up with
*.png binary
*.jpg binary
*.gif binary
*.ttf binary
# Ignore all test and documentation for archive
/.dockerignore export-ignore
/.gitattributes export-ignore
/.env.docker.dist export-ignore
/.travis.yml export-ignore
/.codeception.yml export-ignore
/.docker-compose.yml export-ignore
/.Dockerfile export-ignore
/.vhost.conf.dist export-ignore
/tests export-ignore
/docs export-ignore
/docker export-ignore