Skip to content

Commit

Permalink
Add .gitattributes file to ensure compatable line endings across plat…
Browse files Browse the repository at this point in the history
…forms. (#493)

Modify .gitallowed to allow all test patterns detected by git-secrets.
costleya authored and Elad Ben-Israel committed Aug 3, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b449171 commit 8e619e0
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitallowed
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# The only AWS account number allowed to be used in tests (used by git-secrets)
123456789012
account = '123456789012';
# Account patterns used in the README
account: '000000000000'
account: '111111111111'
account: '333333333333'
# Account patterns used in the CHANGELOG
account: '123456789012'
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Currently, this repository has LF dependecnies in building and testing, with json, sh, and no extensions.
# Until this is fixed, it is best to just set the whole repository to be LF.
* eol=lf

0 comments on commit 8e619e0

Please sign in to comment.