Remove .vscode, gitignore vscode/idea
notnite.com 11 months ago adb7cc55 d8ca9030
··· 7 7 # Nix 8 8 /result 9 9 *.drv 10 10 + 11 11 + # IDEs 12 12 + .vscode/ 13 13 + .idea/
··· 1 1 - { 2 2 - "version": "2.0.0", 3 3 - "tasks": [ 4 4 - { 5 5 - "label": "build", 6 6 - "type": "shell", 7 7 - "command": "pnpm run build", 8 8 - "group": { 9 9 - "kind": "build", 10 10 - "isDefault": true 11 11 - } 12 12 - } 13 13 - ] 14 14 - }