forked from doocs/source-code-hunter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ba3006f
Showing
7 changed files
with
487 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/gradle/wrapper/gradle-wrapper.properties | ||
##----------Android---------- | ||
# build | ||
*.apk | ||
*.ap_ | ||
*.dex | ||
*.class | ||
bin/ | ||
gen/ | ||
build/ | ||
|
||
# gradle | ||
.gradle/ | ||
gradle-app.setting | ||
!gradle-wrapper.jar | ||
build/ | ||
|
||
local.properties | ||
|
||
##----------idea---------- | ||
*.iml | ||
.idea/ | ||
*.ipr | ||
*.iws | ||
|
||
# Android Studio Navigation editor temp files | ||
.navigation/ | ||
|
||
##----------Other---------- | ||
# osx | ||
*~ | ||
.DS_Store | ||
gradle.properties | ||
|
||
.vscode |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<div align="center"> <img src="./images/repository-template-demo.png"/> </div> | ||
|
||
# Doc-Type Repository Template | ||
[![license](https://badgen.net/github/license/doocs/doc-template?color=green)](https://github.com/doocs/doc-template/blob/master/LICENSE) | ||
[![PRs Welcome](https://badgen.net/badge/PRs/welcome/green)](http://makeapullrequest.com) | ||
[![stars](https://badgen.net/github/stars/doocs/doc-template)](https://github.com/doocs/doc-template/stargazers) | ||
[![contributors](https://badgen.net/github/contributors/doocs/doc-template)](https://github.com/doocs/doc-template/graphs/contributors) | ||
[![help-wanted](https://badgen.net/github/label-issues/doocs/doc-template/help%20wanted/open)](https://github.com/doocs/doc-template/labels/help%20wanted) | ||
[![issues](https://badgen.net/github/open-issues/doocs/doc-template)](https://github.com/doocs/doc-template/issues) | ||
[![PRs Welcome](https://badgen.net/badge/PRs/welcome/green)](http://makeapullrequest.com) | ||
|
||
## Introduction | ||
Now you're viewing a doc-type template repository, you’ll see a brand new <kbd>Use this template</kbd> button that enables you to get started with that codebase in seconds. | ||
|
||
<div align="center"> <img src="./images/use-this-template-button.png"/> </div> | ||
|
||
The template repository gets a new URL endpoint called `/generate` that allows you to distribute your template more efficiently. And all you need to do is name your project and clone your new repository to get started. | ||
|
||
This is just the beginning for repository templates. The GitHub Team will bring more capabilities to all of the template types—repositories, issues, and pull requests—to help us spend less time repeating work so we can get back to building new things. | ||
|
||
## Reference | ||
[The GitHub Blog: Generate new repositories with repository templates](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/) | ||
|
||
## License | ||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. |
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.