Skip to content

Instantly share code, notes, and snippets.

@wetory
Last active November 29, 2022 22:20
Show Gist options
  • Save wetory/8e49cfa53a7bbccc1efec0654dcc43a7 to your computer and use it in GitHub Desktop.
Save wetory/8e49cfa53a7bbccc1efec0654dcc43a7 to your computer and use it in GitHub Desktop.
Example of .gitignore for projects within Visual Studio Code IDE
### 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment