mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
1d45367aa1
* 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
|