Created
August 10, 2020 19:10
-
-
Save lorenasg1/f8c4ae60996d65b29730e91bed77112d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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