Commit 8dc5469
committed
Refine .gitignore patterns for .vscode directory
Reorganize .gitignore to explicitly allow settings.json:
- Move .vscode pattern to maintain alphabetical order
- Add negation pattern to explicitly allow .vscode/settings.json
- Other .vscode files (launch.json, workspace files, etc.) remain ignored
This makes it clear that settings.json is intentionally tracked while
other IDE-specific files are ignored.1 parent 8b4a1e3 commit 8dc5469
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
0 commit comments