fixed parse readers string function
added .editorconfig formatted code updated dependencies improved package.json fixed version number
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -1,3 +1,23 @@
|
||||
# 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
|
||||
@@ -11,9 +31,4 @@ pids
|
||||
logs
|
||||
results
|
||||
|
||||
npm-debug.log
|
||||
node_modules
|
||||
build/
|
||||
|
||||
.npmrc
|
||||
*sublime*
|
||||
|
||||
Reference in New Issue
Block a user