forked from craigforr/awx-playbook-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
24 lines (19 loc) · 802 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# .gitattributes for Repository with Mixed Windows and UNIX files
# See: https://help.github.com/en/articles/dealing-with-line-endings
# Set the default behavior, for those that don't have core.autocrlf set.
* text=auto
# Declare files that will always have CRLF line endings on checkout.
*.ps1 text eol=crlf
# Declare files that will always have LF line endings on checkout.
*.config text eol=lf
*.conf text eol=lf
*.sh text eol=lf
.bash* text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
.vimrc text eol=lf
azure_config.ini text eol=lf
Vagrantfile text eol=lf
# Denote all files that are truly binary and should not be modified.
*.jpg binary
*.png binary