我正在使用Android Studio开展项目,我也在使用GitHub
和SourceTree
。
问题是当我在我的项目中进行更改并打开SourceTree
然后我在Unstaged Files列表中看到一些文件,如:
我不知道在代码更改后应忽略或提交这些文件。请建议。
以下是app文件夹下的.gitignore
文件。
# Built application files
/*/build/
# Crashlytics configuations
com_crashlytics_export_strings.xml
# Local configuration file (sdk path, etc)
local.properties
# Gradle generated files
.gradle/
# Signing files
.signing/
# User-specific configurations
.idea/libraries/
.idea/workspace.xml
.idea/tasks.xml
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
*.iml
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
答案 0 :(得分:2)
查看以下链接:
gitignore/JetBrains.gitignore at master · github/gitignore · GitHub - 适用于Android Studio
gitignore/Android.gitignore at master · github/gitignore · GitHub - 适用于Android本身