mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
b80f757a26
Checkout text files with LF line endings. This prevents auto conversion from LF to CRLF on windows, which would break unit tests expecting LF line endings.
27 lines
239 B
Plaintext
27 lines
239 B
Plaintext
node_modules
|
|
.idea
|
|
.vscode
|
|
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
|