insomnia/.gitignore
Atvaark b80f757a26 Add .gitattributes (#506)
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.
2017-10-10 22:55:22 +02:00

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