20 lines
346 B
Text
20 lines
346 B
Text
# ---> Elm
|
|
# elm-package generated files
|
|
elm-stuff
|
|
|
|
# elm-repl generated files
|
|
repl-temp-*
|
|
|
|
# ---> Nix
|
|
# Ignore build outputs from performing a nix-build or `nix build` command
|
|
result
|
|
result-*
|
|
|
|
# Ignore automatically generated direnv output
|
|
.direnv
|
|
|
|
# ---> Project
|
|
# Ignore compiled elm files
|
|
compiled
|
|
# Ignore hosting-specific files
|
|
/index.html
|