-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.gitignore extended for vscode #731
Milestone
Comments
can you create a PR? |
how about just;
|
It still adds those lines:
|
How's that? Those files are under the .vscode folder... |
@xoseperez : that was my thoughts exactly :) for some reason, visual studio (for mac) appends those file names to .gitignore, even if the .gitignore already includes those file names. |
xoseperez
added a commit
that referenced
this issue
Mar 31, 2018
OK, I guess we should kneel to MS wishes 😄 |
Staged for release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello :) Can you extended the .gitignore file as described below? I am using Visual Studio Code and it always wants to change this file.
.clang_complete
.DS_Store
.gcc-flags.json
.pioenvs
.piolibdeps
.python-version
.travis.yml
.vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
custom.h
core_version.h
The text was updated successfully, but these errors were encountered: