Skip to content

Instantly share code, notes, and snippets.

@lorenasg1
Created August 10, 2020 19:10
Show Gist options
  • Save lorenasg1/f8c4ae60996d65b29730e91bed77112d to your computer and use it in GitHub Desktop.
Save lorenasg1/f8c4ae60996d65b29730e91bed77112d to your computer and use it in GitHub Desktop.
# macOS
.DS_Store
### Linux ###
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
# Packaged files
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.tgz
*.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment