This website requires JavaScript.
Explore
Help
Sign In
docs
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore
synced
2024-11-04 19:08:52 +01:00
Code
Issues
Releases
Wiki
Activity
cbdbe97c96
gitignore
/
Elm.gitignore
5 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 18:13:51 +02:00
# elm-package generated files
Ignore elm-stuff project-wide
2016-07-28 10:18:33 +02:00
elm-stuff
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 18:13:51 +02:00
# elm-repl generated files
repl-temp-*
Reference in New Issue
Copy Permalink