mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 14:19:58 +00:00
09cf77c4ef
* Move insomnia-components in the insomnia package * remove extra tooltip components * remove button from portal plugin * remove insomniaComponent injection * move spec editor sidebar * move breadcrumb component * move toggle-switch * move table/notice-table * remove unused switch component * move header to app-header * move card * move card-container to wrapper-home * Remove unused multi-switch and radio-group * move svg icon and auto-run convert-svg command * move list-group * move button components into themed-button * move dropdown * remove auto-conversion of svg from npm scripts * track svg icon components to git * remove react-switch and framer-motion * remove sidebar panel, fix lint * remove animate blocks * fix types, remove value from dropdown item * remove button * ignore svgr config * update dropdown unit tests * allow unreachable * oauth e2e test: update locator to make the Create button specific * fix type errors Co-authored-by: jackkav <jackkav@gmail.com>
18 lines
189 B
Plaintext
18 lines
189 B
Plaintext
.idea/
|
|
.github/
|
|
docker/
|
|
screenshots/
|
|
**/*.min.js
|
|
**/build/
|
|
**/dist/
|
|
**/.cache/
|
|
**/coverage/
|
|
**/node_modules/
|
|
**/bin/
|
|
**/__fixtures__/
|
|
**/fixtures
|
|
**/__snapshots__/
|
|
**/dist/
|
|
**/.cache/
|
|
*.md
|