diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index 93c613c..17d6bb9 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -52,11 +52,14 @@ jobs: cp -R src/main/kotlin/org/jetbrains/plugins/template/* src/main/kotlin/${GROUP//.//}/ # Cleanup - rm -rf .github/readme - rm -rf .github/template-cleanup - rm -rf src/main/kotlin/org - rm .github/workflows/template-cleanup.yml - rm CODE_OF_CONDUCT.md LICENSE + rm -rf \ + .github/readme \ + .github/template-cleanup \ + .github/workflows/template-cleanup.yml \ + .idea/icon.png \ + src/main/kotlin/org \ + CODE_OF_CONDUCT.md \ + LICENSE # Commit modified files - name: Commit files diff --git a/.idea/icon.png b/.idea/icon.png new file mode 100644 index 0000000..7a34198 Binary files /dev/null and b/.idea/icon.png differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 091f64b..37f599f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ # IntelliJ Platform Plugin Template Changelog ## [Unreleased] +### Added +- Project icon for development purposes + ### Changed - Dependencies - upgrade `org.jetbrains.intellij` to `0.6.3`