mirror of
https://github.com/Kong/insomnia.git
synced 2025-12-23 22:28:58 -05:00
* first pass * use mjs * 120 * single quote * consistent quotes * fix on save * ancestors * add recommended * make vscode integration work * remove prettier runtime dep * use esm
11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
build
|
|
coverage
|
|
node_modules
|
|
bin
|
|
# Ignore generated files in insomnia
|
|
packages/insomnia/src/**.js
|
|
packages/insomnia/src/**.js.map
|
|
# Ignore fixture files for tests since we need to keep them in a specific format
|
|
__fixtures__
|
|
fixtures
|