-
-
Notifications
You must be signed in to change notification settings - Fork 100
gitignore updated for vscode #711
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 updated for vscode #711
Conversation
ur PR did target the wrong branch. code is merged towards the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Line ending missing at the end of the file.
Also, is that everything that should be ignored for the vscode?
This is a generated template for vscode, the same tool that we used to generate everything else, so consider adding those as well:
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
@marko-radosavljevic I could edit my settings.json and add extensions.json for the recommended extensions. launch.json and tasks.json are not needed in this project as it will be handled by Gradle. I will edit my settings.json to make it generic and push it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks ❤️
@kavink98 Are you on the server? If you are, give me your discord tag, so I can give you the contributor role. ^^ |
Added .vscode to .gitignore for people using VSCode as their IDE