Skip to main content
improved formatting
Source Link
howlger
  • 35k
  • 11
  • 73
  • 112

In the same dir where you see the file appear do:

  • rm .idea/workspace.xml
  • git rm -f .idea/workspace.xml (as suggested by chris vdp)
  • vi .gitignore
  • i (to edit), add i (to edit), add ".idea/workspace.xml" in one of the lines, esc, xml in one of the lines, Esc, :wq

You should be good now

In the same dir where you see the file appear do:

  • rm .idea/workspace.xml
  • git rm -f .idea/workspace.xml (as suggested by chris vdp)
  • vi .gitignore
  • i (to edit), add ".idea/workspace.xml" in one of the lines, esc, :wq

You should be good now

In the same dir where you see the file appear do:

  • rm .idea/workspace.xml
  • git rm -f .idea/workspace.xml (as suggested by chris vdp)
  • vi .gitignore
  • i (to edit), add .idea/workspace.xml in one of the lines, Esc, :wq

You should be good now

In the same dir where you see the file appear do:

  • rm .idea/workspace.xmlrm .idea/workspace.xml
  • git rm -f .idea/workspace.xml (as suggested by chris vdp)git rm -f .idea/workspace.xml (as suggested by chris vdp)
  • vi .gitignorevi .gitignore
  • i (to edit), add ".idea/workspace.xml" in one of the lines, esc, :wqi (to edit), add ".idea/workspace.xml" in one of the lines, esc, :wq

You should be good now

In the same dir where you see the file appear do:

  • rm .idea/workspace.xml
  • git rm -f .idea/workspace.xml (as suggested by chris vdp)
  • vi .gitignore
  • i (to edit), add ".idea/workspace.xml" in one of the lines, esc, :wq

You should be good now

In the same dir where you see the file appear do:

  • rm .idea/workspace.xml
  • git rm -f .idea/workspace.xml (as suggested by chris vdp)
  • vi .gitignore
  • i (to edit), add ".idea/workspace.xml" in one of the lines, esc, :wq

You should be good now

Source Link
Melski
  • 309
  • 3
  • 4

In the same dir where you see the file appear do:

  • rm .idea/workspace.xml
  • git rm -f .idea/workspace.xml (as suggested by chris vdp)
  • vi .gitignore
  • i (to edit), add ".idea/workspace.xml" in one of the lines, esc, :wq

You should be good now