feat(extension): complete VS Code extension with kanban board interface (#997)

---------
Co-authored-by: DavidMaliglowka <13022280+DavidMaliglowka@users.noreply.github.com>
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
DavidMaliglowka
2025-08-01 07:04:22 -05:00
committed by GitHub
parent 60c03c548d
commit 64302dc191
101 changed files with 20608 additions and 181 deletions

View File

@@ -0,0 +1,25 @@
# Ignore everything by default
*
# Only include specific essential files
!package.json
!README.md
!CHANGELOG.md
!LICENSE
!icon.png
!assets/**
# Include only the built files we need (not source maps)
!dist/extension.js
!dist/index.js
!dist/index.css
# Exclude development documentation
docs/extension-CI-setup.md
docs/extension-DEV-guide.md
# Exclude
assets/.DS_Store
assets/banner.png