mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 14:47:46 -04:00
* Fixed duplication kve bug * Added semistandard and updated code * Actually got it working * Even better * I think it should work on Windows now
26 lines
231 B
Plaintext
26 lines
231 B
Plaintext
node_modules
|
|
.idea
|
|
dist/*
|
|
build/*
|
|
.DS_Store
|
|
coverage
|
|
|
|
# Generated
|
|
app/main.min.js
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|