added .editorconfig formatted code updated dependencies improved package.json fixed version number
35 lines
258 B
Plaintext
35 lines
258 B
Plaintext
# node, npm
|
|
node_modules/
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Mac
|
|
.DS_Store
|
|
.supported
|
|
|
|
# NetBeans
|
|
/nbproject/private/
|
|
|
|
# WebStorm
|
|
**/.idea/workspace.xml
|
|
**/.idea/tasks.xml
|
|
|
|
dist/
|
|
|
|
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
|
|
build/
|