Skip to content

Commit

Permalink
Remove more unused files from the run-time slug
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
  • Loading branch information
david-a-wheeler committed Jun 10, 2017
1 parent 3d1642f commit 23dd327
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .slugignore
@@ -1,3 +1,8 @@
# Ignore these in Heroku.
test/
coverage/
doc/
log/
test/
tmp/
license_finder_report.html
CONTRIBUTING.*

2 comments on commit 23dd327

@dankohn
Copy link
Contributor

@dankohn dankohn commented on 23dd327 Jun 10, 2017

Choose a reason for hiding this comment

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

That dropped the slug from 84.5 MB to 83 MB.

@david-a-wheeler
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

A trivial gain, but it's also a trivial cost. I'll take it. But I'd rather halve the RAM used :-).

Please sign in to comment.