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