加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitignore 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
全民君 提交于 2021-01-25 14:11 . 更新gradle版本
####################
# MAC OS X
####################
.DS_Store
.AppleDouble
.LSOverride
# Icon must ends with two \r.
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Gradle files
.gradle/
build/
.externalNativeBuild/
# 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/
####################
# Eclipse
####################
*.pydevproject
.metadata
.gradle
tmp/
*.tmp
*.bak
*.swp
*~.nib
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
# sbteclipse plugin
.target
# TeXlipse plugin
.texlipse
########################################
# Covers JetBrains IDEs: IntelliJ,
# RubyMine, PhpStorm, AppCode, PyCharm
########################################
## Directory-based project format
.idea/
# if you remove the above rule, at least ignore user-specific stuff:
#.idea/workspace.xml
#.idea/tasks.xml
#.idea/gradle.xml
#.idea/dictionaries
#.idea/libraries
# and these sensitive or high-churn files:
#.idea/dataSources.ids
#.idea/dataSources.xml
#.idea/sqlDataSources.xml
#.idea/dynamic.xml
## File-based project format
*.ipr
*.iws
*.iml
## Additional for IntelliJ
out/
# generated by mpeltonen/sbt-idea plugin
.idea_modules/
# generated by JIRA plugin
atlassian-ide-plugin.xml
# generated by Crashlytics plugin (for Android Studio and Intellij)
com_crashlytics_export_strings.xml
.cxx
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化