Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore elm-stuff project-wide | Eduard Kyvenko | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | removed elm-package.json | Zach Koch | 2016-02-24 | 1 | -1/+0 |
| | | | elm-package.json lists dependencies, so it shouldn't be ignored | ||||
* | Create Elm.gitignore | Jonathan Boulanger | 2015-08-04 | 1 | -0/+5 |
.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 |