Skip to content

Commit

Permalink
Added Visual Studio Code files to be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
Darnley Costa committed Jan 19, 2019
1 parent 1b20e93 commit fab43ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### VisualStudioCode ###
.vscode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

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

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
Expand Down

0 comments on commit fab43ff

Please sign in to comment.