mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
Ignore files in directory, not the directory itself
Fixed the last change, it had exact opposite behaviour.
This commit is contained in:
parent
e5323759e3
commit
efcd035b0c
@ -1,9 +1,9 @@
|
|||||||
.vscode/*
|
!.vscode/*
|
||||||
!.vscode/settings.json
|
.vscode/settings.json
|
||||||
!.vscode/tasks.json
|
.vscode/tasks.json
|
||||||
!.vscode/launch.json
|
.vscode/launch.json
|
||||||
!.vscode/extensions.json
|
.vscode/extensions.json
|
||||||
!.vscode/*.code-snippets
|
.vscode/*.code-snippets
|
||||||
|
|
||||||
# Local History for Visual Studio Code
|
# Local History for Visual Studio Code
|
||||||
.history/
|
.history/
|
||||||
|
Loading…
Reference in New Issue
Block a user