forked from sventschui/nexus-casc-plugin
-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitattributes
21 lines (18 loc) · 897 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Set the default behaviour, in case users don't have core.autocrlf set
* text=auto
# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf
Makefile text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Files that are automatically generated by various tools.
# They will be excluded from PR size calculation and automatically
# collapsed by default in the list of changes in PR.
# https://docs.github.com/en/github/administering-a-repository/customizing-how-changed-files-appear-on-github
.secrets.baseline linguist-generated=true
.terraform.lock.hcl linguist-generated=true
Pipfile.lock linguist-generated=true
package-lock.json linguist-generated=true
poetry.lock linguist-generated=true