]> source.dussan.org Git - gitignore.git/commitdiff
Create Elm.gitignore 1610/head
authorJonathan Boulanger <boulajp@mcmaster.ca>
Tue, 4 Aug 2015 16:13:51 +0000 (12:13 -0400)
committerJonathan Boulanger <boulajp@mcmaster.ca>
Tue, 4 Aug 2015 16:13:51 +0000 (12:13 -0400)
.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

Elm.gitignore [new file with mode: 0644]

diff --git a/Elm.gitignore b/Elm.gitignore
new file mode 100644 (file)
index 0000000..24c03e2
--- /dev/null
@@ -0,0 +1,5 @@
+# elm-package generated files
+elm-package.json
+elm-stuff/
+# elm-repl generated files
+repl-temp-*