Skip to content

Commit 14fe6b0

Browse files
committed
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
1 parent 92fe231 commit 14fe6b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Elm.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# elm-package generated files
2+
elm-package.json
3+
elm-stuff/
4+
# elm-repl generated files
5+
repl-temp-*

0 commit comments

Comments
 (0)