Skip to content

Commit

Permalink
Add VSCode to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
clauseggers committed Nov 8, 2024
1 parent d7ee08a commit 5582d9a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,23 @@ Backup/

# Ad hoc test documents
Test documents/HTML/Playfair Text TTF-VF.html

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

Please sign in to comment.