Skip to content

Commit

Permalink
Update .gitignore (#28789)
Browse files Browse the repository at this point in the history
Summary:
When you profile your heap and memory allocations with Memory Profiler, files with *.hprof extension are created in /android folder that has big sizes (up to 600 MB for each). These files may be needed to add to gitignore.

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[Android] [Added] - Add *.hprof files to gitignore
Pull Request resolved: #28789

Differential Revision: D21432927

Pulled By: hramos

fbshipit-source-id: a20f12645de5ca0874c9130094e2f97fe16b2203
  • Loading branch information
enesozturk authored and facebook-github-bot committed May 8, 2020
1 parent 91a49d8 commit 69ce9c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,6 @@ RNTester/Pods/*
# Visual studio
.vscode
.vs

# Android memory profiler files
*.hprof

0 comments on commit 69ce9c2

Please sign in to comment.