提交 14fe6b0a 编写于 作者: J Jonathan Boulanger

Create Elm.gitignore

.gitignore for Elm projects. 

Ignores installed packages (elm-package.json) and elm-stuff/, as these files will be generated once elm-package has been run for a .elm file. This is also beneficial where dependencies have changed, and an install package is no longer required.

elm-repl generated files have also been ignored. Most of the time, elm-repl manages to delete these files automatically, but there are scenarios where these files are not deleted on the closing of elm-repl
上级 92fe2311
# elm-package generated files
elm-package.json
elm-stuff/
# elm-repl generated files
repl-temp-*
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册