Skip to content

Commit

Permalink
feat: add nyc and cleanup .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nanov committed Nov 7, 2019
1 parent 4496cbf commit 3e95478
Show file tree
Hide file tree
Showing 3 changed files with 3,630 additions and 12 deletions.
26 changes: 16 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
npm-debug.log
node_modules
# mac shit
.DS_Store
*.local.json5
yarn.lock
/project.sublime-workspace
/public/css/style.css.map
/.idea

# nyc test coverage
.nyc_output

# Dependency directories
node_modules/

# Optional npm cache directory
.npm
npm-debug.log

# Optional eslint cache
.eslintcache

# vscode
/.vscode
*.pid
/coverage
package-lock.json
*.html

0 comments on commit 3e95478

Please sign in to comment.