Commit Graph

3 Commits

Author SHA1 Message Date
Eduard Kyvenko fdd236e53b Ignore elm-stuff project-wide 2016-07-28 10:18:33 +02:00
Zach Koch a623b2fbe8 removed elm-package.json
elm-package.json lists dependencies, so it shouldn't be ignored
2016-02-24 16:03:31 -06:00
Jonathan Boulanger 14fe6b0a5c 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
2015-08-04 12:13:51 -04:00