Skip to content

Commit

Permalink
Add Visual Studio Code to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shifteverywhere committed Nov 21, 2021
1 parent c5aa3de commit b9de29c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,23 @@ gradle-app.setting
# JDT-specific (Eclipse Java Development Tools)
.classpath

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

# Support for Project snippet scope
!.vscode/*.code-snippets

# End of https://www.toptal.com/developers/gitignore/api/java,macos,gradle,intellij,sonarqube

0 comments on commit b9de29c

Please sign in to comment.