Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix(): add .vscode ide files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteKiwi committed Nov 27, 2020
1 parent c0d2ede commit dad53f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,13 @@ paket-files/
.idea/
*.sln.iml

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json`;

# CodeRush
.cr/

Expand Down

0 comments on commit dad53f5

Please sign in to comment.