fix: tambah *.hprof ke gitignore (java heap dump)

This commit is contained in:
jouel88 2026-07-01 12:11:21 +07:00
parent 8b5dee7b65
commit 7adbfcc182
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.log
*.pyc
*.swp
*.hprof
.DS_Store
.atom/
.build/