Skip to content

Commit

Permalink
Maintenance (#1291)
Browse files Browse the repository at this point in the history
- Adds project logo
- Adds partial IDEA project configuration

{patch}

Signed-off-by: Esta Nagy <[email protected]>
  • Loading branch information
nagyesta authored Dec 27, 2024
1 parent 8426f0e commit e538cc5
Show file tree
Hide file tree
Showing 8 changed files with 93 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ on:
- '.whitesource'
- 'gradle/libs.versions.toml'
- 'lowkey-vault-docker/src/docker/Dockerfile'
- '.idea/**'
- '.gitignore'

permissions:
# only required for workflows in private repositories
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ on:
- '.whitesource'
- 'gradle/libs.versions.toml'
- 'config/ossindex/exclusions.txt'
- '.idea/**'
- '.gitignore'

permissions: read-all

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ on:
- 'gradlew'
- 'gradlew.bat'
- 'config/ossindex/exclusions.txt'
- '.idea/**'
- '.gitignore'

permissions: read-all

Expand Down
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ build/
.sts4-cache

### IntelliJ IDEA ###
.idea
.idea/**
!.idea/icon.png
!.idea/codeStyles
!.idea/codeStyles/**
!.idea/inspectionProfiles
!.idea/inspectionProfiles/**
*.iws
*.iml
*.ipr
Expand Down
35 changes: 35 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.

Binary file added .idea/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

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

0 comments on commit e538cc5

Please sign in to comment.