feat(Action): add readme
This commit is contained in:
parent
15ec12d518
commit
049d74fe14
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,9 +1,13 @@
|
||||
.gradle
|
||||
build/
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
||||
# Ignore all files and directories under build, except build/libs
|
||||
build/*
|
||||
!build/libs/
|
||||
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea/modules.xml
|
||||
.idea/jarRepositories.xml
|
||||
@ -39,4 +43,4 @@ bin/
|
||||
.vscode/
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
|
||||
15
.idea/git_toolbox_prj.xml
Normal file
15
.idea/git_toolbox_prj.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GitToolBoxProjectSettings">
|
||||
<option name="commitMessageIssueKeyValidationOverride">
|
||||
<BoolValueOverride>
|
||||
<option name="enabled" value="true" />
|
||||
</BoolValueOverride>
|
||||
</option>
|
||||
<option name="commitMessageValidationEnabledOverride">
|
||||
<BoolValueOverride>
|
||||
<option name="enabled" value="true" />
|
||||
</BoolValueOverride>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
7
Readme.md
Normal file
7
Readme.md
Normal file
@ -0,0 +1,7 @@
|
||||
DidaNuGetExtension Rider Version
|
||||
## Quickstart
|
||||
编译好的插件在 ``build/libs/DidaNuGetExtension-1.0-SNAPSHOT.jar``
|
||||

|
||||
|
||||
[docs]: https://plugins.jetbrains.com/docs/intellij/
|
||||
[docs:ep]: https://plugins.jetbrains.com/docs/intellij/plugin-extensions.html
|
||||
BIN
build/libs/DidaNuGetExtension-1.0-SNAPSHOT.jar
Normal file
BIN
build/libs/DidaNuGetExtension-1.0-SNAPSHOT.jar
Normal file
Binary file not shown.
BIN
build/libs/instrumented-DidaNuGetExtension-1.0-SNAPSHOT.jar
Normal file
BIN
build/libs/instrumented-DidaNuGetExtension-1.0-SNAPSHOT.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user