Skip to content

Commit 69ce9c2

Browse files
enesozturkfacebook-github-bot
authored andcommitted
Update .gitignore (#28789)
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
1 parent 91a49d8 commit 69ce9c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,6 @@ RNTester/Pods/*
101101
# Visual studio
102102
.vscode
103103
.vs
104+
105+
# Android memory profiler files
106+
*.hprof

0 commit comments

Comments
 (0)