mirror of
https://github.com/Kong/insomnia.git
synced 2026-06-03 21:55:53 -04:00
* remove deprecated baseUrl * add failing test * fix AI playwright runs * move getAuthHeader to main * address feedback about dynamic import * move oauth 1 + 2 flow to main * handle bad cookie * handle bad apikey * fix imports * block main process imports * extract plugins * fix vite config * console log * move init store * Fix OAuth imports after rebase Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * clean up * Revert config changes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * clean up hawk * use bridge * update node require * remove this * define process type * remove 14 * ignore reports folder * fix e2e tests * address feedback * remove unused * tidy constants * feat: add getOAuth2Token IPC bridge Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix tests --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
44 lines
482 B
Plaintext
44 lines
482 B
Plaintext
logs
|
|
*.log
|
|
**/*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
/scripts/npm-plugins
|
|
lib-cov
|
|
coverage
|
|
.lock-wscript
|
|
build/Release
|
|
node_modules/
|
|
**/node_modules/
|
|
.npm
|
|
.eslintcache
|
|
.node_repl_history
|
|
*.tgz
|
|
.yarn-integrity
|
|
.env
|
|
.idea
|
|
.reports
|
|
*.iml
|
|
.DS_Store
|
|
*test-plugins
|
|
graphql.config.json
|
|
.cache
|
|
.graphqlconfig
|
|
schema.graphql
|
|
packages/insomnia-smoke-test/traces
|
|
*.tsbuildinfo
|
|
dist
|
|
.history
|
|
*.node
|
|
rootCA2.*
|
|
*.exe
|
|
*.o
|
|
final.cpp
|
|
insomnia.ico
|
|
final.rc
|