Skip to content

Commit

Permalink
ignore log files
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Feb 4, 2015
1 parent cd9487a commit d73ce95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/*
coverage/*
docs/json/**/*.json
*.log
29 changes: 0 additions & 29 deletions npm-debug.log

This file was deleted.

3 comments on commit d73ce95

@stephenplusplus
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅

@ryanseys
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably be in your global git ignore

@stephenplusplus
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. But also good to have in projects so even people like me, who live on GitHub, can be forgiven for not having it in a globalignore.

Please sign in to comment.