mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Added project icon for development purposes
This commit is contained in:
parent
165128a9da
commit
bf3dd2f119
13
.github/workflows/template-cleanup.yml
vendored
13
.github/workflows/template-cleanup.yml
vendored
@ -52,11 +52,14 @@ jobs:
|
|||||||
cp -R src/main/kotlin/org/jetbrains/plugins/template/* src/main/kotlin/${GROUP//.//}/
|
cp -R src/main/kotlin/org/jetbrains/plugins/template/* src/main/kotlin/${GROUP//.//}/
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
rm -rf .github/readme
|
rm -rf \
|
||||||
rm -rf .github/template-cleanup
|
.github/readme \
|
||||||
rm -rf src/main/kotlin/org
|
.github/template-cleanup \
|
||||||
rm .github/workflows/template-cleanup.yml
|
.github/workflows/template-cleanup.yml \
|
||||||
rm CODE_OF_CONDUCT.md LICENSE
|
.idea/icon.png \
|
||||||
|
src/main/kotlin/org \
|
||||||
|
CODE_OF_CONDUCT.md \
|
||||||
|
LICENSE
|
||||||
|
|
||||||
# Commit modified files
|
# Commit modified files
|
||||||
- name: Commit files
|
- name: Commit files
|
||||||
|
BIN
.idea/icon.png
Normal file
BIN
.idea/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
@ -3,6 +3,9 @@
|
|||||||
# IntelliJ Platform Plugin Template Changelog
|
# IntelliJ Platform Plugin Template Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Added
|
||||||
|
- Project icon for development purposes
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.3`
|
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.3`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user