-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (29 loc) · 1.05 KB
/
.gitattributes
File metadata and controls
32 lines (29 loc) · 1.05 KB
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
# Ce fichier indique quels fichiers et répertoires doivent être ignorés et
# NON téléchargés lors de l'utilisation de Composer pour extraire un projet avec l'option --prefer-dist sélectionnée.
# Utilisé pour supprimer les fichiers spécifiques au développement afin que l'utilisateur dispose d'un téléchargement propre.
* text=auto
*.php text eol=lf
# fichiers git
.gitattributes export-ignore
.gitignore export-ignore
# On a pas besoin des fichiers d'administration
.github/ export-ignore
admin/ export-ignore
bin/ export-ignore
contributing/ export-ignore
.editorconfig export-ignore
.travis.yml export-ignore
.nojekyll export-ignore
CODE_OF_CONDUCT.md export-ignore
CONTRIBUTING.md export-ignore
# On a pas besoin des fichiers des tests
tests/ export-ignore
spec/ export-ignore
kahlan-config.php export-ignore
rector.php export-ignore
phpstan-baseline.neon.dist export-ignore
phpstan-baseline.php export-ignore
phpstan.neon.dist export-ignore
phpstan-bootstrap.php export-ignore
.php-cs-fixer.dist.php export-ignore
.php-cs-fixer.no-header.php export-ignore