Skip to content
Snippets Groups Projects
Select Git revision
  • 7dfbb6defb6517e2202c379aff991bc2a0269192
  • master default protected
2 results

.gitattributes

Blame
  • .gitattributes 181 B
    # CRLF vs. LF:
    * text=auto
    
    # make 'git diff' use ansible-vault for vault files, so you can see decrypted
    # content if you have the password
    *.vault diff=ansible-vault merge=binary