max tokens

~1320 tokens

├── .editorconfig
├── .gitattributes
├── .github
    └── workflows
    │   ├── main.yml
    │   └── repo_linter.sh
├── awesome.md
├── code-of-conduct.md
├── contributing.md
├── create-list.md
├── license
├── media
    ├── badge-flat.svg
    ├── badge-flat2.svg
    ├── badge.ai
    ├── badge.svg
    ├── logo.ai
    ├── logo.png
    ├── logo.svg
    ├── mentioned-badge-flat.svg
    ├── mentioned-badge.sketch
    ├── mentioned-badge.svg
    ├── readme.md
    └── social-preview.png
├── pull_request_template.md
└── readme.md


/.editorconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/.editorconfig


--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/.gitattributes


--------------------------------------------------------------------------------
/.github/workflows/main.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/.github/workflows/main.yml


--------------------------------------------------------------------------------
/.github/workflows/repo_linter.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/.github/workflows/repo_linter.sh


--------------------------------------------------------------------------------
/awesome.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/awesome.md


--------------------------------------------------------------------------------
/code-of-conduct.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/code-of-conduct.md


--------------------------------------------------------------------------------
/contributing.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/contributing.md


--------------------------------------------------------------------------------
/create-list.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/create-list.md


--------------------------------------------------------------------------------
/license:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/license


--------------------------------------------------------------------------------
/media/badge-flat.svg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/media/badge-flat.svg


--------------------------------------------------------------------------------
/media/badge-flat2.svg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/media/badge-flat2.svg


--------------------------------------------------------------------------------
/media/badge.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/media/badge.ai


--------------------------------------------------------------------------------
/media/badge.svg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/media/badge.svg


--------------------------------------------------------------------------------
/media/logo.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/media/logo.ai


--------------------------------------------------------------------------------
/media/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/media/logo.png


--------------------------------------------------------------------------------
/media/logo.svg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/media/logo.svg


--------------------------------------------------------------------------------
/media/mentioned-badge-flat.svg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/media/mentioned-badge-flat.svg


--------------------------------------------------------------------------------
/media/mentioned-badge.sketch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/media/mentioned-badge.sketch


--------------------------------------------------------------------------------
/media/mentioned-badge.svg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/media/mentioned-badge.svg


--------------------------------------------------------------------------------
/media/readme.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/media/readme.md


--------------------------------------------------------------------------------
/media/social-preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/media/social-preview.png


--------------------------------------------------------------------------------
/pull_request_template.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/pull_request_template.md


--------------------------------------------------------------------------------
/readme.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sindresorhus/awesome/HEAD/readme.md


--------------------------------------------------------------------------------