mirror of
https://github.com/Kong/insomnia.git
synced 2025-12-23 22:28:58 -05:00
* test using a wrapper that sets security context before invoking the main application * add build step to pr ci * try with diff ver string * statically link the standard libraries for portability * more static linking * prior version string * remove pr substring from version * try using a different version string
43 lines
473 B
Plaintext
43 lines
473 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
|
|
*.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
|