Flutter gitignore

프로젝트 도중에 추가할 경우

$ git rm -r --cached .
$ git add .
$ git commit -m 'remove ignored file'
$ git push {remote} {branch}