-
pycache this is my .gitigonre content , i wonder if its not okay to push .vscode/ folder to github how can i ignore it cause this is not working for me and .vscode is still in "git status" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
this worked i wonder if i can delete this post but i could not find it |
Beta Was this translation helpful? Give feedback.
-
To add folder you must add a slash "/" so it should be something like:
Is preferably to leave this post opened in case someone else have the same problem or issue. Cheers |
Beta Was this translation helpful? Give feedback.
To add folder you must add a slash "/" so it should be something like:
.vscode/
and also yes, is not necessary to push that folder, but some people to to help them on configurations related to the editor, however not everyone uses vscode so is useless for those ones using other editor like sublime.Is preferably to leave this post opened in case someone else have the same problem or issue.
Cheers