generated from openziti/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from openziti/normalize-eol
normalize eol
- Loading branch information
Showing
2 changed files
with
58 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,57 @@ | ||
*.txt eol=lf | ||
*.gitignore text eol=lf | ||
*.sh text eol=lf | ||
*.md text eol=lf | ||
*.mod text eol=lf | ||
*.sum text eol=lf | ||
*.go text eol=lf | ||
*.yml text eol=lf | ||
*.proto text eol=lf | ||
*.json text eol=lf | ||
*.html text eol=lf | ||
*.svg text eol=lf | ||
*.js text eol=lf | ||
*.css text eol=lf | ||
*.yaml text eol=lf | ||
*.http text eol=lf | ||
*.ps1 text eol=lf | ||
*.g4 text eol=lf | ||
*.interp text eol=lf | ||
*.pem text eol=lf | ||
*.cnf text eol=lf | ||
*.conf text eol=lf | ||
*.gitmodules text eol=lf | ||
*.variants text eol=lf | ||
*.cmake text eol=lf | ||
*.bat text eol=lf | ||
*.env text eol=lf | ||
*.service text eol=lf | ||
*.tmpl text eol=lf | ||
*.partial text eol=lf | ||
*.liquid text eol=lf | ||
*.tokens text eol=lf | ||
*.attr text eol=lf | ||
*.in text eol=lf | ||
*.h text eol=lf | ||
*.c text eol=lf | ||
*.kts text eol=lf | ||
*.properties text eol=lf | ||
*.rst text eol=lf | ||
*.gradle text eol=lf | ||
*.java text eol=lf | ||
*.kt text eol=lf | ||
# Treat all text files as text, with LF (Unix) line-endings on commit and checkout | ||
* text eol=lf | ||
|
||
# Explicitly mark certain text files | ||
*.attr text | ||
*.bat text | ||
*.cmake text | ||
*.cnf text | ||
*.conf text | ||
*.css text | ||
*.c text | ||
*.env text | ||
*.g4 text | ||
*.gitignore text | ||
*.gitmodules text | ||
*.go text | ||
*.gradle text | ||
*.h text | ||
*.html text | ||
*.http text | ||
*.interp text | ||
*.in text | ||
*.java text | ||
*.json text | ||
*.js text | ||
*.kts text | ||
*.kt text | ||
*.liquid text | ||
*.md text | ||
*.mod text | ||
*.partial text | ||
*.pem text | ||
*.properties text | ||
*.proto text | ||
*.ps1 text | ||
*.rst text | ||
*.service text | ||
*.sh text | ||
*.sum text | ||
*.svg text | ||
*.tmpl text | ||
*.tokens text | ||
*.txt text | ||
*.variants text | ||
*.yaml text | ||
*.yml text | ||
|
||
# Declare common binary file types | ||
*.docx binary | ||
*.exe binary | ||
*.gif binary | ||
*.jpg binary | ||
*.pdf binary | ||
*.png binary | ||
*.pptx binary | ||
*.xlsx binary | ||
*.zip binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Code of Conduct | ||
|
||
All open source projects managed by OpenZiti share a common [code of conduct](https://docs.openziti.io/policies/CODE_OF_CONDUCT.html) | ||
All open source projects managed by OpenZiti share a common [code of conduct](https://docs.openziti.io/policies/CODE_OF_CONDUCT.html) | ||
which all contributors are expected to follow. Please be sure you read, understand and adhere to the guidelines expressed therein. |