jaffacakee / elm-tangram

Zijian Chen
0 stars 0 forks source link

Use a gitignore file #6

Closed vikraman closed 3 years ago

vikraman commented 3 years ago

You shouldn't commit build files to your repository, so you should use a .gitignore file: https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files

Here is a template for elm: https://github.com/github/gitignore/blob/master/Elm.gitignore