mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Added project icon for development purposes
This commit is contained in:
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//.//}/
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user