forked from eventum/eventum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
40 lines (33 loc) · 1.04 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
# general excludes
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.gitmodules export-ignore
/.github/ export-ignore
# maintenance tools
/.codeclimate.yml export-ignore
/.envrc export-ignore
/.gush.yml export-ignore
/.php_cs export-ignore
/.styleci.yml export-ignore
/phpcompatinfo.json export-ignore
/build.xml export-ignore
/phive.xml export-ignore
/bin/releng/ export-ignore
/config/phpxref.cfg export-ignore
# tests
/codeception.dist.yml export-ignore
/phpunit.xml export-ignore
/config/setup.phpunit.php export-ignore
/tests/ export-ignore
/CHANGELOG.md merge=union
# need to configure .git/config or ~/.gitconfig as well:
# git config --add include.path $(git rev-parse --show-toplevel)/contrib/git/gitconfig-podiff
# https://github.com/eventum/eventum/pull/325
*.pot diff=msgcat
*.po diff=msgcat
# https://github.com/balbuf/composer-git-merge-driver
/composer.json merge=composer_json
/composer.lock merge=composer_json
# saved emails need usually to retain their newlines configuration
/tests/data/*.eml -text