Skip to content

Commit

Permalink
Ignore /log directory from git (#1351)
Browse files Browse the repository at this point in the history
`bundle exec rake test` generated `log` directory.
However we want to ignore it.
  • Loading branch information
tricknotes authored and gauravtiwari committed Mar 20, 2018
1 parent e616184 commit 7c348fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ node_modules
yarn-debug.log*
yarn-error.log*
.yarn-integrity
/log

0 comments on commit 7c348fc

Please sign in to comment.