# Ignore everything
*
*/**
**/.DS_Store

# Bring back the things we need.
!CHANGELOG.md
!images/SpellCheck.png
!LICENSE

# Include root level items
!cspell.code-snippets

# Always Exclude - but doesn't work
**/*.d.ts
**/*.map

# Include the schema
!node_modules/@cspell/cspell-types/cspell.schema.json

# Dictionaries cannot be WebPacked
!node_modules/@cspell/cspell-bundled-dicts/**
!node_modules/@cspell/dict*/**

# All Other Client and Server files.
!packages/_server/dist/main.cjs
!packages/_server/package.json

!packages/_serverPatternMatcher/dist/api.cjs
!packages/_serverPatternMatcher/dist/main.cjs
!packages/_serverPatternMatcher/package.json

!packages/client/dist/**/*.cjs
!packages/client/License.txt
!packages/client/package.json
!resources/**

# Include the webview UI assets
!packages/webview-ui/dist/assets/**

# cspell:ignore callsites
