We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.gitignore
# kdiff3 ignore *.orig # maven ignore target/ # eclipse ignore .settings/ .project .classpath # idea ignore .idea/ *.ipr *.iml *.txt *.iws # temp ignore *.log *.cache *.diff *.patch *.tmp # system ignore .DS_Store Thumbs.db # package ignore (optional) # *.jar # *.war # *.zip # *.tar # *.tar.gz # linux .directory
The text was updated successfully, but these errors were encountered:
收到,感谢建议
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
.gitignore
文件中的忽略文件列表不全. 建议如下:The text was updated successfully, but these errors were encountered: