-
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
陈永安
committed
Nov 2, 2021
0 parents
commit 4a23a97
Showing
605 changed files
with
66,192 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,233 @@ | ||
# -------- | ||
# Git Global Ignores | ||
# Power By github/gitignore (License: CC0 1.0) | ||
# Collect by RePlugin Team | ||
# -------- | ||
|
||
|
||
# -------- | ||
# Android | ||
# https://github.com/github/gitignore/blob/master/Android.gitignore | ||
# Date: 17 Feb 2017 | ||
# -------- | ||
|
||
# Built application files | ||
*.apk | ||
*.ap_ | ||
|
||
# Files for the ART/Dalvik VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
|
||
# Generated files | ||
bin/ | ||
gen/ | ||
out/ | ||
|
||
# Gradle files | ||
.gradle/ | ||
.github | ||
build/ | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
|
||
# Proguard folder generated by Eclipse | ||
proguard/ | ||
|
||
# Log Files | ||
*.log | ||
|
||
# Android Studio Navigation editor temp files | ||
.navigation/ | ||
|
||
# Android Studio captures folder | ||
captures/ | ||
|
||
# Intellij | ||
*.iml | ||
.idea | ||
|
||
# Keystore files | ||
*.jks | ||
|
||
# External native build folder generated in Android Studio 2.2 and later | ||
.externalNativeBuild | ||
|
||
# Google Services (e.g. APIs or Firebase) | ||
google-services.json | ||
|
||
# Freeline | ||
freeline.py | ||
freeline/ | ||
freeline_project_description.json | ||
|
||
|
||
# -------- | ||
# Gradle | ||
# https://raw.githubusercontent.com/github/gitignore/master/Gradle.gitignore | ||
# Date: 25 Jun 2016 | ||
# -------- | ||
|
||
.gradle | ||
/build/ | ||
|
||
# Ignore Gradle GUI config | ||
gradle-app.setting | ||
|
||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | ||
!gradle-wrapper.jar | ||
|
||
# Cache of project | ||
.gradletasknamecache | ||
|
||
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 | ||
# gradle/wrapper/gradle-wrapper.properties | ||
|
||
|
||
# -------- | ||
# Eclipse | ||
# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore | ||
# Date: 28 Mar 2017 | ||
# -------- | ||
|
||
.metadata | ||
bin/ | ||
tmp/ | ||
*.tmp | ||
*.bak | ||
*.swp | ||
*~.nib | ||
local.properties | ||
.settings/ | ||
.loadpath | ||
.recommenders | ||
|
||
# External tool builders | ||
.externalToolBuilders/ | ||
|
||
# Locally stored "Eclipse launch configurations" | ||
*.launch | ||
|
||
# PyDev specific (Python IDE for Eclipse) | ||
*.pydevproject | ||
|
||
# CDT-specific (C/C++ Development Tooling) | ||
.cproject | ||
|
||
# Java annotation processor (APT) | ||
.factorypath | ||
|
||
# PDT-specific (PHP Development Tools) | ||
.buildpath | ||
|
||
# sbteclipse plugin | ||
.target | ||
|
||
# Tern plugin | ||
.tern-project | ||
|
||
# TeXlipse plugin | ||
.texlipse | ||
|
||
# STS (Spring Tool Suite) | ||
.springBeans | ||
|
||
# Code Recommenders | ||
.recommenders/ | ||
|
||
# Scala IDE specific (Scala & Java development for Eclipse) | ||
.cache-main | ||
.scala_dependencies | ||
.worksheet | ||
|
||
# -------- | ||
# Windows | ||
# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore | ||
# Date: 10 May 2017 | ||
# -------- | ||
|
||
# Windows thumbnail cache files | ||
Thumbs.db | ||
ehthumbs.db | ||
ehthumbs_vista.db | ||
|
||
# Dump file | ||
*.stackdump | ||
|
||
# Folder config file | ||
Desktop.ini | ||
|
||
# Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
|
||
# Windows Installer files | ||
*.cab | ||
*.msi | ||
*.msm | ||
*.msp | ||
|
||
# Windows shortcuts | ||
*.lnk | ||
|
||
# -------- | ||
# Linux | ||
# https://github.com/github/gitignore/blob/master/Global/Linux.gitignore | ||
# -------- | ||
|
||
*~ | ||
|
||
# temporary files which can be created if a process still has a handle open of a deleted file | ||
.fuse_hidden* | ||
|
||
# KDE directory preferences | ||
.directory | ||
|
||
# Linux trash folder which might appear on any partition or disk | ||
.Trash-* | ||
|
||
# .nfs files are created when an open file is removed but is still being accessed | ||
.nfs* | ||
|
||
# -------- | ||
# Mac OS | ||
# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore | ||
# Date: 01 Apr 2017 | ||
# -------- | ||
# General | ||
*.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# Icon must end with two \r | ||
Icon | ||
|
||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear in the root of a volume | ||
.DocumentRevisions-V100 | ||
.fseventsd | ||
.Spotlight-V100 | ||
.TemporaryItems | ||
.Trashes | ||
.VolumeIcon.icns | ||
.com.apple.timemachine.donotpresent | ||
|
||
# Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
# -------- | ||
# Tortoise Git | ||
# Author: RePlugin Team | ||
# Date: 20 Dec 2016 | ||
# -------- | ||
# Project-level settings | ||
/.tgitconfig |
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,33 @@ | ||
欢迎关注和使用RePlugin。为了让解决问题、贡献代码的效率更高,请务必按照下面流程来做。 | ||
|
||
## 有关Issue | ||
|
||
如果遇到接入上的问题,请随时提出**【有效的】**Issue。 | ||
|
||
#### 如果是问题反馈 | ||
|
||
> 出于效率考虑,请**务必按照 Issue模板 所列来完整的填写反馈**(我们已自动帮您建立模板,您在写新Issue时会有,您也可以[点击此处查看模板内容](https://github.com/Qihoo360/RePlugin/blob/dev/.github/ISSUE_TEMPLATE.md)) | ||
> | ||
> 注意:**未按照模板填写,且不能帮助我们定位问题的,我们将其标记为“Invalid”,并直接关闭,不会进一步问询。直到按照完整模板填写后,再行Reopen**。 | ||
> | ||
> 此外,我们都希望提出的问题是**“高质量的”**。因此,请[点击此处阅读《提出Issue》](https://github.com/Qihoo360/RePlugin/wiki/%E6%8F%90%E5%87%BAIssue)一文,来详细了解提交Issue的最佳实践,帮助更快的解决您遇到的问题。 | ||
#### 如果是意见和建议 | ||
|
||
我们的Issue模板只针对“问题反馈”而设计。而若您在RePlugin中有一些新的想法想讨论的话,可“无需按照Issue模板”来提,但请留意: | ||
|
||
1. 请尽量将您的建议、提出建议的原因等描述清楚。不要只写个标题(除非这个标题让人一看就全懂) | ||
2. 如果可能,请尽可能发动所有牛人的力量,共同参与讨论,并由社区(尤其是您自己)提出Pull Request,帮助所有人解决问题 | ||
3. 我们(以及社区大牛)会对您提的建议做评估,并将其贴上标签并待完成。有些建议虽然很好,但由于时间和精力关系,可能不会很快实现,对此我们不能、也不会承诺最终时间。 | ||
|
||
如果提出的Issue是“模棱两可”、无法看懂的,在一次回复没有答复后,我们可能将其标记为Invalid,并直接关闭。还请理解。 | ||
|
||
## 有关 Pull Request | ||
|
||
当然,和Issue相比,我们非常欢迎您研究RePlugin的源码,发现相应的问题和改善方案,并提交自己的Pull Request。**高质量的PR将有助于打造自己的技术品牌,好处很多**。 | ||
|
||
在提出Pull Request之前,**建议请先提下Issue,这样可以在编写代码前,和大家做较为充分的讨论**,以免在后期出现“大量修改”的情况。 | ||
|
||
> 有关如何完成一个“高质量”的Pull Request,请[点击此处阅读《贡献力量》](https://github.com/Qihoo360/RePlugin/wiki/%E8%B4%A1%E7%8C%AE%E5%8A%9B%E9%87%8F)一文了解更多。 | ||
> 如果想知道哪些“牛人”为RePlugin做出了杰出贡献,请[点击此处阅读《金牌贡献者》](https://github.com/Qihoo360/RePlugin/wiki/%E9%87%91%E7%89%8C%E8%B4%A1%E7%8C%AE%E8%80%85),看看哪些您熟知的人也在其中。 |
Oops, something went wrong.