https://github.com/lspector/Clojush
Raw File
Tip revision: 22d34832d3ea669b0843f4e8fd7d84b13a16ccbc authored by _ on 21 June 2016, 16:15:17 UTC
Version 2.0.72 [ci skip]
Tip revision: 22d3483
.gitattributes
# 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.
*.clj text
*.txt text
*.py text
*.dat text

# Declare files that will always have CRLF line endings on checkout.

bioavailability.txt -text

# Denote all files that are truly binary and should not be modified.
back to top