Skip to content

Commit

Permalink
Add yarn log files to gitignore (mastodon#3003)
Browse files Browse the repository at this point in the history
* Add yarn-error.log to gitignore

* Add yarn-debug.log to gitignore
  • Loading branch information
AA4ch1 authored and Gargron committed May 12, 2017
1 parent 62a98a3 commit 6803596
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ redis
# Ignore npm debug log
npm-debug.log

# Ignore yarn log files
yarn-error.log
yarn-debug.log

# Ignore Docker option files
docker-compose.override.yml

0 comments on commit 6803596

Please sign in to comment.