mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
24 lines
206 B
Plaintext
24 lines
206 B
Plaintext
node_modules
|
|
.idea
|
|
dist/*
|
|
build/*
|
|
|
|
# PouchDB stuff
|
|
*.db*
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|