-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Kotlin/dokka into vmishen…
…ev/3702-reproducer
- Loading branch information
Showing
2,045 changed files
with
244,676 additions
and
2,620 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,4 +1,54 @@ | ||
# https://help.github.com/articles/dealing-with-line-endings/ | ||
# https://github.com/alexkaratarakis/gitattributes | ||
|
||
* text=auto eol=lf | ||
# The above will handle all files NOT found below | ||
|
||
*.json text | ||
*.toml text | ||
*.xml text | ||
*.yaml text | ||
*.yml text | ||
.editorconfig text | ||
.env text | ||
|
||
# Documentation | ||
*.md text diff=markdown | ||
*.txt text | ||
|
||
# JVM | ||
*.java text diff=java | ||
*.kt text diff=kotlin | ||
*.kts text diff=kotlin | ||
*.properties text | ||
*.jar binary | ||
|
||
|
||
# Linux start script should use lf | ||
gradlew text eol=lf | ||
*.bash text eol=lf | ||
*.sh text eol=lf | ||
|
||
# These are Windows script files and should use crlf | ||
*.bat text eol=crlf | ||
*.cmd text eol=crlf | ||
|
||
# SVG treated as an asset (binary) by default. | ||
*.svg text | ||
|
||
# Exclude external libs from GitHub language stats https://github.com/github/linguist/blob/v8.0.0/docs/overrides.md | ||
docs/** linguist-documentation | ||
docs-developer/** linguist-documentation | ||
examples/** linguist-documentation | ||
dokka-integration-tests/gradle/projects/** linguist-documentation | ||
|
||
# exclude test data | ||
dokka-integration-tests/gradle/projects/**/expectedData/** linguist-generated | ||
dokka-integration-tests/gradle/src/testExampleProjects/expectedData/** linguist-generated | ||
dokka-runners/dokka-gradle-plugin/src/testFunctional/resources/KotlinDslAccessorsTest/** linguist-generated | ||
|
||
gradlew binary | ||
gradlew.bat binary | ||
# Tell Git not to export certain files or directories when generating an archive. | ||
# Since an archive doesn't contain git data, also exclude git metadata files. | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
.gitkeep export-ignore |
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.