Exclude coverage/ from linting

This commit is contained in:
Rob Wu
2016-02-26 16:32:47 +01:00
parent fc9cf157d2
commit 37f35fda35
2 changed files with 2 additions and 2 deletions

1
.eslintignore Normal file
View File

@@ -0,0 +1 @@
coverage/

3
.gitignore vendored
View File

@@ -1,7 +1,6 @@
*.swp
*.kate-swp
*.tmp
*.log
del/
coverage/
node_modules/