fix: tambah *.hprof ke gitignore (java heap dump)
This commit is contained in:
parent
8b5dee7b65
commit
7adbfcc182
|
|
@ -3,6 +3,7 @@
|
|||
*.log
|
||||
*.pyc
|
||||
*.swp
|
||||
*.hprof
|
||||
.DS_Store
|
||||
.atom/
|
||||
.build/
|
||||
|
|
|
|||
Loading…
Reference in New Issue