相关疑难解决方法(0)

.gitignore不会忽视.idea路径

为了git忽略我的.idea/道路,我需要做些什么?

ctote@ubuntu:~/dev/1$ git status
On branch master
Your branch is up-to-date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

    modified:   .idea/.name
    modified:   .idea/misc.xml
    modified:   .idea/modules.xml
    modified:   .idea/vcs.xml
    modified:   .idea/workspace.xml
    modified:   src/Receiver.java
    modified:   test/1/agent/WindowsQueryHandlerTest.java

Untracked files:
  (use "git add <file>..." to include in what will be committed)

    lib/
    mp1.iml

no changes added to commit (use "git add" …
Run Code Online (Sandbox Code Playgroud)

git gitignore

83
推荐指数
6
解决办法
4万
查看次数

标签 统计

git ×1

gitignore ×1