3ee5c69777
Added: - AUTHORS file listing Shaarli contributors - mailmap information to group a Git author's different aliases - Makefile target to list contributors from Git commit data Changed: - Simplify COPYING by using a single "Shaarli Community" entry - Bump year to 2017 See: - man git-shortlog - https://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html#_mapping_authors Signed-off-by: VirtualTam <virtualtam@flibidi.net>
31 lines
716 B
Text
31 lines
716 B
Text
# Set default behavior
|
|
* text=auto eol=lf
|
|
|
|
# Ensure sources are processed
|
|
*.conf text
|
|
*.css text
|
|
*.html text diff=html
|
|
*.js text
|
|
*.md text
|
|
*.php text diff=php
|
|
Dockerfile text
|
|
|
|
# Do not alter images nor minified scripts
|
|
*.ico binary
|
|
*.jpg binary
|
|
*.png binary
|
|
*.min.css binary
|
|
*.min.js binary
|
|
|
|
# Exclude from Git archives
|
|
.gitattributes export-ignore
|
|
.github export-ignore
|
|
.gitignore export-ignore
|
|
.travis.yml export-ignore
|
|
doc/**/*.json export-ignore
|
|
doc/**/*.md export-ignore
|
|
docker/ export-ignore
|
|
Doxyfile export-ignore
|
|
Makefile export-ignore
|
|
phpunit.xml export-ignore
|
|
tests/ export-ignore
|