sysdirs 0.9.2

Cross-platform system directory paths for iOS, macOS, Android, Linux, Windows and other Unix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Set default behavior to automatically normalize line endings
* text=auto eol=lf

# Explicitly declare text files to always be normalized and converted
# to native line endings on checkout
*.rs text
*.toml text
*.md text
*.yml text
*.yaml text

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