Skip to content

Commit

Permalink
Add entries to .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Kai A. Hiller <V02460@gmail.com>
  • Loading branch information
V02460 committed Aug 7, 2019
1 parent dab89a6 commit 03d9578
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
Expand All @@ -33,3 +34,10 @@ node_modules

# Editor temporaries
.*.swp

# Editor project and workspace files
*.sublime-project
*.sublime-workspace

# Fuse files
.fuse_*

0 comments on commit 03d9578

Please sign in to comment.