mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
README.md: formatting
This commit is contained in:
parent
eced6e8d9d
commit
9ed85a5ab3
@ -144,8 +144,8 @@ A generated IntelliJ Platform Plugin Template repository contains the following
|
|||||||
|
|
||||||
```
|
```
|
||||||
.
|
.
|
||||||
├── .github GitHub Actions workflows and Dependabot configuration files
|
├── .github/ GitHub Actions workflows and Dependabot configuration files
|
||||||
├── .run Predefined Run/Debug Configurations
|
├── .run/ Predefined Run/Debug Configurations
|
||||||
├── gradle
|
├── gradle
|
||||||
│ └── wrapper/ Gradle Wrapper
|
│ └── wrapper/ Gradle Wrapper
|
||||||
├── build/ Output build directory
|
├── build/ Output build directory
|
||||||
@ -155,7 +155,7 @@ A generated IntelliJ Platform Plugin Template repository contains the following
|
|||||||
│ └── resources/ Resources - plugin.xml, icons, messages
|
│ └── resources/ Resources - plugin.xml, icons, messages
|
||||||
├── .gitignore Git ignoring rules
|
├── .gitignore Git ignoring rules
|
||||||
├── build.gradle.kts Gradle configuration
|
├── build.gradle.kts Gradle configuration
|
||||||
├── CHANGELOG.md Full change history.
|
├── CHANGELOG.md Full change history
|
||||||
├── gradle.properties Gradle configuration properties
|
├── gradle.properties Gradle configuration properties
|
||||||
├── gradlew *nix Gradle Wrapper binary
|
├── gradlew *nix Gradle Wrapper binary
|
||||||
├── gradlew.bat Windows Gradle Wrapper binary
|
├── gradlew.bat Windows Gradle Wrapper binary
|
||||||
|
Loading…
Reference in New Issue
Block a user