Skip to content

Commit

Permalink
add VSC to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Jun 12, 2020
1 parent 040a942 commit 58add5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### Others ###
_misc_bootstrap/*
themes/ananke/*
hugo.exe

0 comments on commit 58add5e

Please sign in to comment.