maj .gitattributes par défaut
This commit is contained in:
parent
51c4c3317c
commit
a91542b47f
1
uproject
1
uproject
|
@ -613,6 +613,7 @@ result: $result"
|
||||||
elif ask_yesno "Voulez-vous créer le fichier initial .gitattributes?" N; then
|
elif ask_yesno "Voulez-vous créer le fichier initial .gitattributes?" N; then
|
||||||
echo >"$destdir/.gitattributes" "\
|
echo >"$destdir/.gitattributes" "\
|
||||||
*.zip -delta
|
*.zip -delta
|
||||||
|
*.jar -delta
|
||||||
*.gz -delta
|
*.gz -delta
|
||||||
*.bz2 -delta
|
*.bz2 -delta
|
||||||
*.whl -delta
|
*.whl -delta
|
||||||
|
|
Loading…
Reference in New Issue