【发布时间】:2015-07-17 06:48:57
【问题描述】:
git 总是为我的 AS 项目显示这些文件。
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: .idea/.name
modified: .idea/compiler.xml
deleted: .idea/encodings.xml
modified: .idea/gradle.xml
modified: .idea/misc.xml
modified: .idea/modules.xml
deleted: .idea/scopes/scope_settings.xml
modified: .idea/vcs.xml
deleted: Pronto.iml
modified: app/app.iml
Untracked files:
(use "git add <file>..." to include in what will be committed)
***-****.iml
no changes added to commit (use "git add" and/or "git commit -a")
我已经尝试过.gitignore之类的方法 使用 git rm 删除缓存。等等
我的 .gitignore 匹配指向该点的链接。
帮助。谢谢。
【问题讨论】:
标签: android git android-studio gitignore