commit 27865b5d42f0292b0aac6076eeeca6a37e92affa parent 529331010ce1eaf90e8b875f0e081a482a4a09d7 Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Sat, 11 Apr 2020 16:41:36 +0700 refactor(build): add build folder to gitignore Diffstat:
| M | .gitignore | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,4 +1,5 @@ .DS_Store +/build/ .merlin .bsb.lock npm-debug.log