diff options
| author | Árni Dagur <arni@dagur.eu> | 2020-12-16 16:49:09 +0000 |
|---|---|---|
| committer | Árni Dagur <arni@dagur.eu> | 2020-12-16 16:49:09 +0000 |
| commit | f4c92cf91ef7356cff19ce79d61193d76881c221 (patch) | |
| tree | d3727f6a35e5576e55ae6f46095f064fe8fc07d0 /.gitignore | |
| parent | 4af027ff66536511fa1463e102991cfe08a0f388 (diff) | |
Exclude the entirety of .vscode in git
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
| @@ -81,11 +81,7 @@ tags | |||
| 81 | .vim | 81 | .vim |
| 82 | 82 | ||
| 83 | ### VisualStudioCode ### | 83 | ### VisualStudioCode ### |
| 84 | .vscode/* | 84 | .vscode |
| 85 | !.vscode/settings.json | ||
| 86 | !.vscode/tasks.json | ||
| 87 | !.vscode/launch.json | ||
| 88 | !.vscode/extensions.json | ||
| 89 | 85 | ||
| 90 | ### VisualStudioCode Patch ### | 86 | ### VisualStudioCode Patch ### |
| 91 | # Ignore all local history of files | 87 | # Ignore all local history of files |
