mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
bbceb6097c
* convert preload to typescript * preload types second pass * improve types * fix import * simplify types * remove migration map * preload alongside main * naming improvements * fix global typing by adding vite import types * fix test * isolate main only network code * fix mapping mistake * clarify timeline logic
34 lines
392 B
Plaintext
34 lines
392 B
Plaintext
logs
|
|
*.log
|
|
**/*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
lib-cov
|
|
coverage
|
|
.lock-wscript
|
|
build/Release
|
|
node_modules/
|
|
**/node_modules/
|
|
.npm
|
|
.eslintcache
|
|
.node_repl_history
|
|
*.tgz
|
|
.yarn-integrity
|
|
.env
|
|
.idea
|
|
.DS_Store
|
|
*test-plugins
|
|
graphql.config.json
|
|
.cache
|
|
.graphqlconfig
|
|
schema.graphql
|
|
packages/insomnia-smoke-test/screenshots
|
|
*.tsbuildinfo
|
|
dist
|
|
.history
|