11 lines
216 B
Text
11 lines
216 B
Text
# ---> Nix
|
|
# Ignore build outputs from performing a nix-build or `nix build` command
|
|
result
|
|
result-*
|
|
|
|
# Ignore automatically generated direnv output
|
|
.direnv
|
|
|
|
/client/node_modules
|
|
/client/.parcel-cache/
|
|
/client/dist/
|