Skip to content

Commit

Permalink
Template Repository for Kotlin (eclipse-velocitas#3)
Browse files Browse the repository at this point in the history
* feature: Add Sample App

* build: Add Devcontainer

* chore: Remove redundant code

* chore: Adapt .gitignore

* chore: Adapt Test Report Path

* Remove Port Forwarding

* Remove Extensions

* Remove Trailing Comma

* Remove Devcontainer

* Add license information

* Add Quickstart chapter for README

* Update NOTICE.md

* add eol

---------

Co-authored-by: Mark Hüsers <[email protected]>
Co-authored-by: Markus Petke <[email protected]>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent cd5d811 commit 758c889
Show file tree
Hide file tree
Showing 45 changed files with 1,000 additions and 41 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ trim_trailing_whitespace = false
ktlint_code_style = ktlint_official
ktlint_standard_no-wildcard-imports = disabled
ktlint_standard_annotation = disabled # false positive with @JvmOverloads and default constructor
ij_kotlin_imports_layout = java.**, javax.**, kotlin.**, kotlinx.**, android, androidx, *, ^
2 changes: 1 addition & 1 deletion .github/workflows/build-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: test
path: build/reports/tests/test
path: ${{ github.workspace }}/**/build/reports/tests/test
if-no-files-found: error
retention-days: 14
9 changes: 2 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,9 @@ output.json
stdout

# IntelliJ
# Some .idea files will be force added e.g. the copyright profiles
/.idea
*.iml
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/vcs.xml
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml
Expand Down
117 changes: 117 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions .idea/deploymentTargetSelector.xml

This file was deleted.

13 changes: 13 additions & 0 deletions .idea/detekt.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 758c889

Please sign in to comment.