-
When I open a .R file in RStudio, RStudio creates in the working directory a socket named "rstudio=", which maestral ties to sync. I have put "rstudio=" in How can I stop it from syncing? |
Beta Was this translation helpful? Give feedback.
Answered by
samschott
Jan 3, 2023
Replies: 1 comment 1 reply
-
If you want to ignore all items named "rstudio=", no matter which directory they live in, you'll need to put Let me know if this works, otherwise its a bug... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
raffaem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to ignore all items named "rstudio=", no matter which directory they live in, you'll need to put
**/rstudio=
in the mignore file. I've followed the specification from gitignore at https://git-scm.com/docs/gitignore.Let me know if this works, otherwise its a bug...