Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitattributes - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9992aa9fd2875a5d718cece43d649190d5c7ee22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Set default behaviour, in case users don't have core.autocrlf set.
*          text=auto

# Explicitly declare text files we want to always be normalized and converted 
# to native line endings on checkout.
*.gradle   text diff=groovy
*.html     text diff=html
*.java     text diff=java
*.pem      text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.data binary