--------- 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>
26 lines
392 B
Plaintext
26 lines
392 B
Plaintext
# 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
|
|
|
|
|