Skip to content

Commit

Permalink
Update .gitignore with recommended VSCode config (commaai#32696)
Browse files Browse the repository at this point in the history
* add .vscode into .gitignore

* use recommended gitignore config for .vscode
  • Loading branch information
BBBmau authored Jun 11, 2024
1 parent 4581f6c commit 6fa5d7c
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 @@ -83,3 +83,22 @@ build/

poetry.toml
Pipfile

### 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

0 comments on commit 6fa5d7c

Please sign in to comment.